We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab4a8f commit f0408f0Copy full SHA for f0408f0
roundup/backends/sessions_dbm.py
@@ -46,6 +46,8 @@ def clear(self):
46
os.remove(path+".dir")
47
os.remove(path+".dat")
48
49
+ self._db_type = None
50
+
51
def cache_db_type(self, path):
52
''' determine which DB wrote the class file, and cache it as an
53
attribute of __class__ (to allow for subclassed DBs to be
0 commit comments