X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=lib%2Fmudpy%2Ftelnet.py;fp=lib%2Fmudpy%2Ftelnet.py;h=471f9fd5743fc37f986ac6773155829b0eeebb02;hp=77655719254aa7768ae750a782501c7d55cbcebe;hb=2a1119763de7805f617d8b62b8f0822969f3d7df;hpb=86ca67c3421f3ea64f60f67f4fd43acb662b2cf7 diff --git a/lib/mudpy/telnet.py b/lib/mudpy/telnet.py index 7765571..471f9fd 100644 --- a/lib/mudpy/telnet.py +++ b/lib/mudpy/telnet.py @@ -5,6 +5,8 @@ # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. +import mudpy + # telnet options (from bsd's arpa/telnet.h since telnetlib's are ambiguous) TELOPT_BINARY = 0 # transmit 8-bit data by the receiver (rfc 856) TELOPT_ECHO = 1 # echo received data back to the sender (rfc 857) @@ -105,7 +107,6 @@ def disable(user, telopt, party): def negotiate_telnet_options(user): """Reply to and remove telnet negotiation options from partial_input.""" - import mudpy.misc # make a local copy to play with text = user.partial_input