Changing __init__.py not detected

57 Views Asked by At

I am trying to hack in a fix to RabbitVCS by altering /usr/lib/python2.7/site-packages/rabbitvcs/vcs/\__init__.py but for some reason, any changes I make to this file are not detected. I deleted __init__.pyc and that also had no effect.

Can anybody shed some light on what I might be missing. I am still a bit green with larger python apps like RabbitVCS.

The reason for the hack is to work around RabbitVCS (bug 139) which makes it unusable

0

There are 0 best solutions below