Move entry and pbar to ocarina.components

This commit is contained in:
Bryan Schumaker 2010-11-23 20:17:47 -05:00
parent 5e84823b23
commit 65edef6baf
3 changed files with 2 additions and 2 deletions

View File

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