Mercurial > p > roundup > code
comparison demo.py @ 4689:7a032013bb6a
demo.py: Make executable, remove unused glob import
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 08 Jul 2012 17:54:29 +0300 |
| parents | 19490d84802b |
| children | c92fcb355911 |
comparison
equal
deleted
inserted
replaced
| 4688:80f9a1fbc0cc | 4689:7a032013bb6a |
|---|---|
| 1 #! /usr/bin/env python | 1 #!/usr/bin/env python |
| 2 # | 2 # |
| 3 # Copyright (c) 2003 Richard Jones (richard@mechanicalcat.net) | 3 # Copyright (c) 2003 Richard Jones (richard@mechanicalcat.net) |
| 4 # | 4 # |
| 5 | 5 |
| 6 import errno | 6 import errno |
| 7 import os | 7 import os |
| 8 import socket | 8 import socket |
| 9 import sys | 9 import sys |
| 10 import urlparse | 10 import urlparse |
| 11 from glob import glob | |
| 12 import getopt | 11 import getopt |
| 13 | 12 |
| 14 from roundup import configuration | 13 from roundup import configuration |
| 15 from roundup.scripts import roundup_server | 14 from roundup.scripts import roundup_server |
| 16 | 15 |
