diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-05 20:52:53 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-05 20:52:59 +0200 |
commit | c1145047edd3c2bec453e6c09b43db4d89c19af9 (patch) | |
tree | bcc2e568e2fcf416e3dcf431fb46943b5d9023f4 | |
parent | kill header and trim whitespaces (diff) | |
download | java-config-c1145047edd3c2bec453e6c09b43db4d89c19af9.tar.gz java-config-c1145047edd3c2bec453e6c09b43db4d89c19af9.tar.bz2 java-config-c1145047edd3c2bec453e6c09b43db4d89c19af9.zip |
organise imports
-rw-r--r-- | src/java_config_2/OutputFormatter.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java_config_2/OutputFormatter.py b/src/java_config_2/OutputFormatter.py index 2e91a73..0d3da81 100644 --- a/src/java_config_2/OutputFormatter.py +++ b/src/java_config_2/OutputFormatter.py @@ -2,7 +2,8 @@ # Copyright 2004-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -import os, sys +import sys +import os class OutputFormatter: codes = { |