From: Hye-Shik C. <pe...@us...> - 2003-10-15 18:43:46
|
perky 03/10/15 11:42:04 Modified: HangulConvert qwerty2bul.py Log: Don't import not used objects. Revision Changes Path 1.2 +2 -2 plugins/HangulConvert/qwerty2bul.py Index: qwerty2bul.py =================================================================== RCS file: /cvsroot/sugarcube/plugins/HangulConvert/qwerty2bul.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwerty2bul.py 13 Oct 2003 10:23:51 -0000 1.1 +++ qwerty2bul.py 15 Oct 2003 18:42:04 -0000 1.2 @@ -17,11 +17,11 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: qwerty2bul.py,v 1.1 2003/10/13 10:23:51 perky Exp $ +# $Id: qwerty2bul.py,v 1.2 2003/10/15 18:42:04 perky Exp $ # import codecs -from hangul import Moeum, Jaeum, Chosung, Jungsung, Jongsung +from hangul import Moeum, Jaeum from hangul import ishangul, join, split, isJaeum, isMoeum codekeymap = { |