Mercurial > parpg-source
diff systems/gamerulessystem.py @ 41:ff3e395abf91
Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
author | KarstenBock@gmx.net |
---|---|
date | Mon, 05 Sep 2011 15:00:34 +0200 |
parents | 9c7a96c6fe41 |
children | e856b604b650 |
line wrap: on
line diff
--- a/systems/gamerulessystem.py Mon Sep 05 14:49:45 2011 +0200 +++ b/systems/gamerulessystem.py Mon Sep 05 15:00:34 2011 +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.grease import System +from bGrease import System class GameRulesSystem(System): """