From e38468ef655c0edf07700cecedffc65e6e1d6064 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Fri, 14 Sep 2012 15:41:48 +0100 Subject: [PATCH] format paster command --- ckanext/datastore/commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ckanext/datastore/commands.py b/ckanext/datastore/commands.py index 58dc344ee71..40842f83083 100644 --- a/ckanext/datastore/commands.py +++ b/ckanext/datastore/commands.py @@ -33,6 +33,7 @@ GRANT SELECT ON TABLES TO "{readonlyuser}"; ''' + class SetupDatastoreCommand(CkanCommand): '''Perform commands to set up the datastore. Make sure that the datastore urls are set properly before you run these commands. @@ -52,9 +53,9 @@ class SetupDatastoreCommand(CkanCommand): summary = __doc__.split('\n')[0] usage = __doc__ - def __init__(self,name): + def __init__(self, name): - super(SetupDatastoreCommand,self).__init__(name) + super(SetupDatastoreCommand, self).__init__(name) def command(self): '''