Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
SECTION_APPS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Oct 14, 2011
1 parent 479b023 commit 0412986
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions apps/devmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,24 @@ class SECTION_ADDONS:
twitter = 'twitter-addons'
updates = 'updates-addons'


class SECTION_APPS:
class SECTION_MOZILLA:
short = 'mozilla'
pretty = _(u'Mozilla')
twitter = 'twitter-mozilla'
updates = 'updates-mozilla'

class SECTION_APPS:
short = 'apps'
pretty = _(u'Apps')
twitter = 'twitter-apps'
updates = 'updates-apps'

class SECTION_MOBILE:
short = 'mobile'
pretty = _(u'Mobile')
twitter = 'twitter-mobile'
updates = 'updates-mobile'


class SECTION_WEB:
short = 'web'
pretty = _(u'Web')
Expand Down

0 comments on commit 0412986

Please sign in to comment.