diff -r d6088dba8fea -r 2a2d0d5df03b pgtoolkit/tools/__init__.py --- 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']