diff options
author | Filipp Lepalaan <f@230.to> | 2013-06-02 22:43:30 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-06-02 22:43:30 +0300 |
commit | 3f6447a3af20e732f49f9e58e67752794535863a (patch) | |
tree | f367f87f00956b251e0a1e94c70ae8ed29bb5926 /gsxws/comptia.py | |
parent | 4192b0ad78b87eb4688af5cfae07c74a08bd8336 (diff) | |
download | py-gsxws-3f6447a3af20e732f49f9e58e67752794535863a.tar.gz py-gsxws-3f6447a3af20e732f49f9e58e67752794535863a.tar.bz2 py-gsxws-3f6447a3af20e732f49f9e58e67752794535863a.zip |
Clean up imports
Diffstat (limited to 'gsxws/comptia.py')
-rw-r--r-- | gsxws/comptia.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gsxws/comptia.py b/gsxws/comptia.py index b457320..532f2f4 100644 --- a/gsxws/comptia.py +++ b/gsxws/comptia.py @@ -1,6 +1,5 @@ import logging - -from core import GsxObject, GsxError, GsxCache +from core import GsxObject, GsxCache MODIFIERS = ( ("A", "Not Applicable"), |