mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-08 18:25:29 +00:00
Order imports and module-level dunder name assignments.
This commit is contained in:
@@ -20,12 +20,13 @@
|
||||
# Note: --version=... must be the last argument to this script
|
||||
#
|
||||
|
||||
from setuptools.command.install import install as _install
|
||||
from setuptools import setup
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
from setuptools import setup
|
||||
from setuptools.command.install import install as _install
|
||||
|
||||
|
||||
class Install(_install):
|
||||
"""Override setuptools to install the files where we want them."""
|
||||
|
Reference in New Issue
Block a user