소스 검색

Clean unused code

oz123 10 년 전
부모
커밋
0e481922db
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  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)