annotate demo.py @ 4794:8a413c3083c9

Remove use of webfonts (Google fonts); use the styling of Bootstrap instead
author Pradip Caulagi <caulagi@gmail.com>
date Fri, 28 Jun 2013 11:21:37 +0530
parents c6694cff29bc
children 110ac45875ab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4765
c6694cff29bc demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents: 4763
diff changeset
1 import sys
c6694cff29bc demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents: 4763
diff changeset
2 import roundup
c6694cff29bc demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents: 4763
diff changeset
3
c6694cff29bc demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents: 4763
diff changeset
4 from roundup.demo import main
c6694cff29bc demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents: 4763
diff changeset
5
c6694cff29bc demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents: 4763
diff changeset
6 sys.exit(main())

Roundup Issue Tracker: http://roundup-tracker.org/