diff options
Diffstat (limited to 'python/londiste/setup.py')
-rw-r--r-- | python/londiste/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/londiste/setup.py b/python/londiste/setup.py index 63204134..89eb49c2 100644 --- a/python/londiste/setup.py +++ b/python/londiste/setup.py @@ -6,7 +6,7 @@ import sys, os, skytools from installer import * -__all__ = ['ProviderSetup', 'SubscriberSetup'] +__all__ = ['LondisteSetup'] def find_column_types(curs, table): table_oid = skytools.get_table_oid(curs, table) @@ -144,7 +144,7 @@ class CommonSetup(skytools.DBScript): # Provider commands # -class ProviderSetup(CommonSetup): +class LondisteSetup(CommonSetup): def admin(self): cmd = self.args[2] |