Ejemplo n.º 1
0
 def store_version(self):
     """Create table documenting which gemini version was used for this db.
     """
     database.insert_version(self.c, version.__version__)
Ejemplo n.º 2
0
 def store_version(self):
     """Create table documenting which gemini version was used for this db.
     """
     database.insert_version(self.c, version.__version__)