Kaydet (Commit) 251d148b authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

repodb.py:13: Imported module (fcntl) not used

repodb.py:13: Imported module (os) not used
repodb.py:22: Imported module (pisi.packagedb) not used
repodb.py:23: Imported module (pisi.util) not used
üst 27c20335
......@@ -10,8 +10,6 @@
# Please read the COPYING file.
#
import os, fcntl
import gettext
__trans = gettext.translation('pisi', fallback=True)
_ = __trans.ugettext
......@@ -19,8 +17,6 @@ _ = __trans.ugettext
import pisi
import pisi.lockeddbshelve as shelve
import pisi.context as ctx
import pisi.packagedb as packagedb
import pisi.util as util
class Error(pisi.Error):
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment