Mercurial > p > roundup > code
comparison roundup/instance.py @ 4509:0fa45d39efee
Removed superfluous import.
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Thu, 23 Jun 2011 08:26:14 +0000 |
| parents | 996cc758f704 |
| children | 760483ce731e |
comparison
equal
deleted
inserted
replaced
| 4508:996cc758f704 | 4509:0fa45d39efee |
|---|---|
| 28 """ | 28 """ |
| 29 __docformat__ = 'restructuredtext' | 29 __docformat__ = 'restructuredtext' |
| 30 | 30 |
| 31 import os | 31 import os |
| 32 import sys | 32 import sys |
| 33 import __builtin__ | |
| 34 from roundup import configuration, mailgw | 33 from roundup import configuration, mailgw |
| 35 from roundup import hyperdb, backends, actions | 34 from roundup import hyperdb, backends, actions |
| 36 from roundup.cgi import client, templating | 35 from roundup.cgi import client, templating |
| 37 from roundup.cgi import actions as cgi_actions | 36 from roundup.cgi import actions as cgi_actions |
| 38 | 37 |
