fix pyflakes warning
This commit is contained in:
parent
1ddeb88e9b
commit
cad26e000d
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
from nevow import inevow, loaders, rend, tags as T
|
from nevow import inevow, rend, tags as T
|
||||||
import math
|
import math
|
||||||
from allmydata.util import mathutil
|
from allmydata.util import mathutil
|
||||||
from allmydata.web.common import getxmlfile
|
from allmydata.web.common import getxmlfile
|
||||||
|
|
Loading…
Reference in New Issue