Fix import before comment.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13318 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2010-05-29 19:51:24 +00:00
parent c72773c55f
commit 0559e8bc68
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import random
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# sell_punisher.py - Punish players for selling items # sell_punisher.py - Punish players for selling items
# #
@ -31,6 +30,7 @@ import random
# If no key is defined, trying to sell is punished in the whole world. # If no key is defined, trying to sell is punished in the whole world.
import Crossfire import Crossfire
import random
def sell_is_restricted(): def sell_is_restricted():
map = Crossfire.WhoAmI().ReadKey("punish_sell_in") map = Crossfire.WhoAmI().ReadKey("punish_sell_in")