summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2008-04-04 09:12:06 +0000
committerMarko Kreen2008-04-04 09:12:06 +0000
commitd19f6418c9f3b03b00b4b087f47ac72dfd293318 (patch)
treefef7da0277929b5802c2f1d1d4c3ca22447776ee
parent62dfd0acb0ca2864d58515b6834c0c478063f472 (diff)
rename ProviderSetup to LondisteSetup
-rw-r--r--python/londiste/setup.py4
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]