fix pyflakes warning

This commit is contained in:
Zooko O'Whielacronx 2008-03-10 16:14:03 -07:00
parent 1ddeb88e9b
commit cad26e000d
1 changed files with 1 additions and 1 deletions

View File

@ -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