diff gamelib/products.py @ 14:9d61abb3cfaf

Better subclass handling.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 06 May 2012 15:58:03 +0200
parents 826b44731323
children 8865ba0c9c38
line wrap: on
line diff
--- a/gamelib/products.py	Sun May 06 15:56:22 2012 +0200
+++ b/gamelib/products.py	Sun May 06 15:58:03 2012 +0200
@@ -27,5 +27,5 @@
 class DoomsdayVirus(Product):
     NAME = "Doomsday virus"
     PREREQUISITES = (
-        (research.BioGenetics, 5),
+        (research.Biogenetics, 5),
         )