Skip to content

Commit

Permalink
format paster command
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored and tobes committed Sep 19, 2012
1 parent 3475895 commit e38468e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckanext/datastore/commands.py
Expand Up @@ -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.
Expand All @@ -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):
'''
Expand Down

0 comments on commit e38468e

Please sign in to comment.