From 0559e8bc68977e56389dc280f9d46525d3170fd2 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 29 May 2010 19:51:24 +0000 Subject: [PATCH] Fix import before comment. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13318 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/items/sell_punisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/items/sell_punisher.py b/python/items/sell_punisher.py index 64c8f1479..ee3e4bb05 100644 --- a/python/items/sell_punisher.py +++ b/python/items/sell_punisher.py @@ -1,4 +1,3 @@ -import random # -*- coding: utf-8 -*- # 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. import Crossfire +import random def sell_is_restricted(): map = Crossfire.WhoAmI().ReadKey("punish_sell_in")