diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-02-04 12:19:19 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-02-04 12:19:19 -0500 |
commit | f72c335348d5933f8d9e061cd0dab41b2b34bf73 (patch) | |
tree | 065a59e5d5fb70e50f69462ff9cd370bb0deb68f | |
parent | reposconf.py: Modifies disable function to reflect enabled overlay output (diff) | |
download | layman-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.py | 1 |
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: |