Mercurial > parpg-core
diff src/parpg/components/dialog.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 | 1cc037593517 |
children |
line wrap: on
line diff
--- a/src/parpg/components/dialog.py Mon Sep 05 14:49:45 2011 +0200 +++ b/src/parpg/components/dialog.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 Dialog(Component): """Component that stores the dialogue"""