mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-08 10:15:18 +00:00
Use triple double-quoted strings for docstrings.
This commit is contained in:
@@ -28,7 +28,7 @@ import sys
|
||||
|
||||
|
||||
class Install(_install):
|
||||
'''Override setuptools to install the files where we want them.'''
|
||||
"""Override setuptools to install the files where we want them."""
|
||||
def run(self):
|
||||
# Now byte-compile everything
|
||||
super().run()
|
||||
|
Reference in New Issue
Block a user