Skip to content

Commit

Permalink
Merge pull request #9 from jrb/master
Browse files Browse the repository at this point in the history
Correct base class for @module@.cli.main.@class_prefix@App
  • Loading branch information
derks committed Sep 14, 2015
2 parents 5e383ae + c77cba0 commit 88b2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cement-app/@module@/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
defaults['@module@']['template_dir'] = '/var/lib/@module@/templates'


class @class_prefix@App(foundation.CementApp):
class @class_prefix@App(CementApp):
class Meta:
label = '@module@'
config_defaults = defaults
Expand Down

0 comments on commit 88b2671

Please sign in to comment.