summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xipsilon/util/data.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipsilon/util/data.py b/ipsilon/util/data.py
index 5672d04..382f76f 100755
--- a/ipsilon/util/data.py
+++ b/ipsilon/util/data.py
@@ -126,9 +126,6 @@ class Store(Log):
self._db = SqlStore(config_name)
self._query = SqlQuery
- def new_query(self, table, columns=None, autotable=True, autocommit=True):
- return self._query(self._db, table, columns, autotable, autocommit)
-
def _row_to_dict_tree(self, data, row):
name = row[0]
if len(row) > 2: