blob: dca2448df09d0e10a4fdf09933f5c96bf5f113e8 (
plain)
1
2
3
4
5
6
7
|
from twisted.python import util
util.moduleMovedForSplit('twisted.protocols.ethernet', 'twisted.pair.ethernet',
'Ethernet Protocol', 'Pair',
'http://twistedmatrix.com/projects/pair',
globals())
|