aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-02-16 21:03:05 -0800
committerBrian Dolbec <dolsen@gentoo.org>2015-02-16 21:06:08 -0800
commit2302d24c36edd7135b038c6b1f845b2e48da96a5 (patch)
tree04fff912db631827629cdee621dbc48b7eec7fc0
parentconfig_modules/reposconf.py: Fix bug 540012 Errors /layman.conf does not exist (diff)
downloadlayman-2302d24c36edd7135b038c6b1f845b2e48da96a5.tar.gz
layman-2302d24c36edd7135b038c6b1f845b2e48da96a5.tar.bz2
layman-2302d24c36edd7135b038c6b1f845b2e48da96a5.zip
config_modules/reposconf.py: pyflakes import cleanup
-rw-r--r--layman/config_modules/reposconf/reposconf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/layman/config_modules/reposconf/reposconf.py b/layman/config_modules/reposconf/reposconf.py
index 2b12d00..2227b35 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -16,9 +16,7 @@
#
import os
-import subprocess
import sys
-import time
if sys.hexversion >= 0x3000000:
# Import for Python3