commit: f72c335348d5933f8d9e061cd0dab41b2b34bf73 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 17:19:19 2015 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 17:19:19 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=f72c3353
reposconf.py: Imports sys for hexversion check --- layman/config_modules/reposconf/reposconf.py | 1 + 1 file changed, 1 insertion(+) 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:
