Move entry and pbar to ocarina.components

This commit is contained in:
Bryan Schumaker 2010-11-23 20:17:47 -05:00
parent 44ff0d2fce
commit f3542717e9
3 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ def init():
global image global image
from components import button from components import button
import entry from components import entry
import pbar from components import pbar
import label import label
import image import image