]> rtime.felk.cvut.cz Git - omk.git/commit
tester.py: Do not import nonexistent rulesdef
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 29 Jul 2010 22:02:32 +0000 (00:02 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 29 Jul 2010 22:02:32 +0000 (00:02 +0200)
commitf56a5513383848d092ae36dadb78ac84d6f17bce
treed4117d6597f473a186964f7826e12d91333f76e2
parent4db4be7689849705ba54c4aa500d6914e48ebc70
tester.py: Do not import nonexistent rulesdef

rulesdef.py is not used for some time, but tester.py still depended on it.
This change recreates the data structuere provided by rulesdef.py on the
fly from the compiled Makefile.rules files.

I had a stale rulesdef.pyc on my laptop so I didn't discover this bug
until I recently upgraded to newer python version (2.6).
tests/tester.py