pgtoolkit/tools/__init__.py
changeset 101 2a2d0d5df03b
parent 100 d6088dba8fea
--- a/pgtoolkit/tools/__init__.py	Tue May 06 18:37:41 2014 +0200
+++ b/pgtoolkit/tools/__init__.py	Tue May 06 18:37:43 2014 +0200
@@ -1,1 +1,3 @@
-__all__ = ['tablediff']
+__all__ = ['analyzeall', 'batchcopy', 'bigtables', 'listdepends',
+    'listserial', 'longqueries', 'loopquery',
+    'runquery', 'schemadiff', 'tablediff', 'tablesync']