Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/tools/packager/Package-All.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
# imports in VERY_FIRST_IMPORTS, order should be kept
VERY_FIRST_IMPORTS = [
'from __future__ import print_function\n',
'from abc import ABCMeta, abstractmethod\n',
'from distutils.version import LooseVersion\n']
'from abc import ABCMeta, abstractmethod\n']
GLOBAL_IMPORTS = set()


Expand Down
Loading