Browse Source

Fix silly import of ocli.py

oz123 11 years ago
parent
commit
b26d99a5fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pwman/data/factory.py

+ 1 - 1
pwman/data/factory.py

@@ -32,7 +32,7 @@ db.open()
 """
 from pwman.data.database import DatabaseException
 from pwman.data.drivers import sqlite
-from pwman.data.drivers import osqlite
+#from pwman.data.drivers import osqlite
 
 
 def check_db_version(type):