commit:     5c78be3e7b9ab9c7a03e7828f679ce123c5f87ab
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 20:06:04 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Wed May 13 20:06:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=5c78be3e

dbbase.py: Reorganizes imports

 layman/dbbase.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/layman/dbbase.py b/layman/dbbase.py
index 7bfb60f..4c3bf5f 100644
--- a/layman/dbbase.py
+++ b/layman/dbbase.py
@@ -30,7 +30,9 @@ __version__ = "$Id: overlay.py 273 2006-12-30 15:54:50Z 
wrobel $"
 #
 
#-------------------------------------------------------------------------------
 
-import sys, os, os.path
+import os
+import os.path
+import sys
 import xml
 import xml.etree.ElementTree as ET # Python 2.5
 

Reply via email to