aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-02-04 12:19:19 -0500
committerDevan Franchini <twitch153@gentoo.org>2015-02-04 12:19:19 -0500
commitf72c335348d5933f8d9e061cd0dab41b2b34bf73 (patch)
tree065a59e5d5fb70e50f69462ff9cd370bb0deb68f
parentreposconf.py: Modifies disable function to reflect enabled overlay output (diff)
downloadlayman-f72c335348d5933f8d9e061cd0dab41b2b34bf73.tar.gz
layman-f72c335348d5933f8d9e061cd0dab41b2b34bf73.tar.bz2
layman-f72c335348d5933f8d9e061cd0dab41b2b34bf73.zip
reposconf.py: Imports sys for hexversion check
-rw-r--r--layman/config_modules/reposconf/reposconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/config_modules/reposconf/reposconf.py b/layman/config_modules/reposconf/reposconf.py
index b843ca3..cdf5dba 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -17,6 +17,7 @@
import os
import subprocess
+import sys
import time
if sys.hexversion >= 0x3000000: