Browse Source

Clean unused code

oz123 10 years ago
parent
commit
0e481922db
1 changed files with 0 additions and 9 deletions
  1. 0 9
      pwman/data/factory.py

+ 0 - 9
pwman/data/factory.py

@@ -34,15 +34,6 @@ from pwman.data.database import DatabaseException
 from pwman.data.drivers import sqlite
 
 
-class FactoryException(Exception):
-
-    def __init__(self, message):
-        self.message
-
-    def __str__(self):
-        return self.message
-
-
 def check_db_version(ftype, filename):
     if ftype == "SQLite":
         ver = sqlite.SQLite.check_db_version(filename)