commit:     2302d24c36edd7135b038c6b1f845b2e48da96a5
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 05:03:05 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 05:06:08 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=2302d24c

config_modules/reposconf.py: pyflakes import cleanup

---
 layman/config_modules/reposconf/reposconf.py | 2 --
 1 file changed, 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

Reply via email to