File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
19
19
#
20
20
21
-
22
21
from __future__ import print_function
23
- from roundup .dist .command .build_doc import build_doc
24
- from roundup .dist .command .build import build , list_message_files
25
- from roundup .dist .command .bdist_rpm import bdist_rpm
26
- from roundup .dist .command .install_lib import install_lib
27
-
28
- from setuptools import setup
29
22
23
+ import os
24
+ import sys
25
+ from glob import glob
30
26
from sysconfig import get_path
31
27
32
- import sys , os
33
- from glob import glob
28
+ from setuptools import setup
29
+
30
+ from roundup .dist .command .bdist_rpm import bdist_rpm
31
+ from roundup .dist .command .build import build , list_message_files
32
+ from roundup .dist .command .build_doc import build_doc
33
+ from roundup .dist .command .install_lib import install_lib
34
34
35
35
36
36
def include (d , e ):
You can’t perform that action at this time.
0 commit comments