mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-10 13:11:28 +00:00
Unnecessary duplication.
This commit is contained in:
parent
b027c30f80
commit
c6697e6262
@ -16,10 +16,6 @@ if PY2:
|
|||||||
|
|
||||||
from past.builtins import long
|
from past.builtins import long
|
||||||
|
|
||||||
from future.utils import PY2
|
|
||||||
if not PY2:
|
|
||||||
long = int
|
|
||||||
|
|
||||||
from zope.interface import Interface, Attribute
|
from zope.interface import Interface, Attribute
|
||||||
from twisted.plugin import (
|
from twisted.plugin import (
|
||||||
IPlugin,
|
IPlugin,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user