OSDN Git Service

remove singleton function from table accessor
[amulettoolsmh4/main.git] / model / seed1tenuntable.py
index ef74218..d2af4a6 100644 (file)
@@ -11,7 +11,7 @@ import csv
 import mh4constnumbers
 import skilltable
 import amulettable
-import singleton
+#import singleton
 
 # for seed1 table by tenun
 NAME = u"seed1_table_{alchemy_type}"
@@ -230,7 +230,7 @@ class Seed1TenunTableGenerator(object):
 
 class Seed1TenunTableAccessor(object):
     u""" スキルIDとスキル名の組み合わせテーブルへのアクセス用クラス """
-    __metaclass__ = singleton.Singleton
+    #__metaclass__ = singleton.Singleton
     def __init__(self, db_cursor):
         u""" db_cursor: cursor of sqlite3 database """
         self._cursor = db_cursor