Mercurial > parpg-core
diff src/parpg/components/lockable.py @ 66:96af64cf3b81
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 | 3024ded5ae61 |
children | 0f659c7675f6 |
line wrap: on
line diff
--- a/src/parpg/components/lockable.py Mon Sep 05 14:49:45 2011 +0200 +++ b/src/parpg/components/lockable.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.component import Component +from bGrease.component import Component class Lockable(Component): """Component that stores the data of a lock"""