projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62dfd0a
)
rename ProviderSetup to LondisteSetup
author
Marko Kreen
<markokr@gmail.com>
Fri, 4 Apr 2008 09:12:06 +0000
(09:12 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 4 Apr 2008 09:12:06 +0000
(09:12 +0000)
python/londiste/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/setup.py
b/python/londiste/setup.py
index 63204134e1ddc6667df72205a26f561d26038986..89eb49c2d06fbf5dd6ba7799e9852386027daa14 100644
(file)
--- a/
python/londiste/setup.py
+++ b/
python/londiste/setup.py
@@
-6,7
+6,7
@@
import sys, os, skytools
from installer import *
-__all__ = ['
ProviderSetup', 'Subscriber
Setup']
+__all__ = ['
Londiste
Setup']
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
Provider
Setup(CommonSetup):
+class
Londiste
Setup(CommonSetup):
def admin(self):
cmd = self.args[2]