From 5811388e40991da88165e7ba5bf0349ff2e2ff03 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Tue, 14 Feb 2006 21:34:28 +0000 Subject: [PATCH] Archetype is a property, not a method. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4451 282e977c-c81d-0410-88c4-b93c2d0d6712 --- test/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python.py b/test/python.py index 17788a56c..0c70d13e4 100644 --- a/test/python.py +++ b/test/python.py @@ -23,7 +23,7 @@ def do_arch(): arch = archs[which] whoami.Say('random = %s'%arch.Name) - arch = Crossfire.WhoIsActivator().Archetype() + arch = Crossfire.WhoIsActivator().Archetype whoami.Say('your archetype is %s'%arch.Name) def do_maps():