Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bounce.py
diff options
context:
space:
mode:
Diffstat (limited to 'bounce.py')
-rw-r--r--bounce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bounce.py b/bounce.py
index 6ec7e2a..6ace3e3 100644
--- a/bounce.py
+++ b/bounce.py
@@ -14,7 +14,7 @@ default_stage_descs = [
import logging, os, time, math, threading, random, json, time
-from pongc import *
+from pongc.pongc import *
# Import GTK.
import gobject, pygtk, gtk, pango, cairo