diff -r 24e94a3da209 -r d8ff52a0390f notifyexample.py --- a/notifyexample.py Mon May 26 18:18:21 2014 +0200 +++ b/notifyexample.py Wed Jul 09 18:03:54 2014 +0200 @@ -3,7 +3,7 @@ # Call "NOTIFY notifyexample" on target DB to wake up this program. # -from pgtoolkit import toolbase, pgmanager +from pydbkit import toolbase, pgmanager class NotifyExample(toolbase.SimpleTool):