# HG changeset patch # User Paul Boddie # Date 1347392281 -7200 # Node ID cbc8c3fb3fe8145935763d34a57268736ec93fab # Parent 7389b1727dee3e229fdbb7fe6253ff349fe97f6b Added the ViewSupport module. diff -r 7389b1727dee -r cbc8c3fb3fe8 setup.py --- a/setup.py Sat Aug 18 20:33:04 2012 +0200 +++ b/setup.py Tue Sep 11 21:38:01 2012 +0200 @@ -9,5 +9,5 @@ author_email = "paul@boddie.org.uk", url = "http://hgweb.boddie.org.uk/MoinSupport", version = "0.2", - py_modules = ["DateSupport", "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", "MoinSupport"] + py_modules = ["DateSupport", "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", "MoinSupport", "ViewSupport"] )