Skip to content

Commit 5518905

Browse files
minor cleanup: demo.py: removed superfluous brackets.
1 parent 5cb3b9f commit 5518905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def install_demo(home, backend, template):
9191
# add the "demo" user
9292
db = tracker.open('admin')
9393
# FIXME: Move tracker-specific demo initialization into the tracker templates.
94-
if (template == 'minimal'):
94+
if template == 'minimal':
9595
db.user.create(username='demo', password=password.Password('demo'),
9696
roles='User')
9797
else:

0 commit comments

Comments
 (0)