diff options
Diffstat (limited to 'third_party/buildbot/pylibs/twisted/protocols/ethernet.py')
-rw-r--r-- | third_party/buildbot/pylibs/twisted/protocols/ethernet.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/buildbot/pylibs/twisted/protocols/ethernet.py b/third_party/buildbot/pylibs/twisted/protocols/ethernet.py deleted file mode 100644 index dca2448..0000000 --- a/third_party/buildbot/pylibs/twisted/protocols/ethernet.py +++ /dev/null @@ -1,7 +0,0 @@ -from twisted.python import util - -util.moduleMovedForSplit('twisted.protocols.ethernet', 'twisted.pair.ethernet', - 'Ethernet Protocol', 'Pair', - 'http://twistedmatrix.com/projects/pair', - globals()) - |