pydbkit/tools/__init__.py
changeset 105 10551741f61f
parent 104 d8ff52a0390f
--- a/pydbkit/tools/__init__.py	Wed Jul 09 18:03:54 2014 +0200
+++ b/pydbkit/tools/__init__.py	Wed Jul 09 18:04:11 2014 +0200
@@ -1,3 +1,3 @@
-__all__ = ['analyzeall', 'batchcopy', 'bigtables', 'listdepends',
-    'listserial', 'longqueries', 'loopquery',
+__all__ = ['analyzeall', 'batchcopy', 'batchquery', 'bigtables', 'listdepends',
+    'listserial', 'listtables', 'longqueries', 'loopquery',
     'runquery', 'schemadiff', 'tablediff', 'tablesync']