Mercurial > parpg-source
diff entities/general.py @ 188:2a12e2843984
Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease
author | Beliar <KarstenBock@gmx.net> |
---|---|
date | Tue, 27 Mar 2012 13:41:20 +0200 |
parents | a9cc5559ec2a |
children |
line wrap: on
line diff
--- a/entities/general.py Sat Mar 24 09:59:46 2012 +0100 +++ b/entities/general.py Tue Mar 27 13:41:20 2012 +0200 @@ -11,7 +11,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from parpg.bGrease import Entity +from bGrease import Entity class General(Entity):