Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/instance.py Wed Jun 22 21:50:46 2011 +0000 +++ b/roundup/instance.py Thu Jun 23 08:26:14 2011 +0000 @@ -30,7 +30,6 @@ import os import sys -import __builtin__ from roundup import configuration, mailgw from roundup import hyperdb, backends, actions from roundup.cgi import client, templating
