Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/config_modules/reposconf/
Date: Wed, 04 Feb 2015 17:19:09
Message-Id: 1423070359.f72c335348d5933f8d9e061cd0dab41b2b34bf73.twitch153@gentoo
1 commit: f72c335348d5933f8d9e061cd0dab41b2b34bf73
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 4 17:19:19 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 4 17:19:19 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=f72c3353
7
8 reposconf.py: Imports sys for hexversion check
9
10 ---
11 layman/config_modules/reposconf/reposconf.py | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/layman/config_modules/reposconf/reposconf.py b/layman/config_modules/reposconf/reposconf.py
15 index b843ca3..cdf5dba 100644
16 --- a/layman/config_modules/reposconf/reposconf.py
17 +++ b/layman/config_modules/reposconf/reposconf.py
18 @@ -17,6 +17,7 @@
19
20 import os
21 import subprocess
22 +import sys
23 import time
24
25 if sys.hexversion >= 0x3000000: