Mercurial > parpg-core
comparison src/parpg/components/dialogue.py @ 92:0f659c7675f6
Changed "import bGrease" to "import parpg.bGrease".
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 16:10:14 +0200 |
parents | 2265d69ba57c |
children | 3564a46544bc |
comparison
equal
deleted
inserted
replaced
91:1bd609af9329 | 92:0f659c7675f6 |
---|---|
9 # GNU General Public License for more details. | 9 # GNU General Public License for more details. |
10 # | 10 # |
11 # You should have received a copy of the GNU General Public License | 11 # You should have received a copy of the GNU General Public License |
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 12 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
13 | 13 |
14 from bGrease.component import Component | 14 from parpg.bGrease.component import Component |
15 | 15 |
16 class Dialogue(Component): | 16 class Dialogue(Component): |
17 """Component that stores the dialogue""" | 17 """Component that stores the dialogue""" |
18 | 18 |
19 def __init__(self): | 19 def __init__(self): |