From f3542717e938572fddf43b752e554ae40dfa4842 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Tue, 23 Nov 2010 20:17:47 -0500 Subject: [PATCH] Move entry and pbar to ocarina.components --- ocarina/{ => components}/entry.py | 0 ocarina/{ => components}/pbar.py | 0 ocarina/info.py | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename ocarina/{ => components}/entry.py (100%) rename ocarina/{ => components}/pbar.py (100%) diff --git a/ocarina/entry.py b/ocarina/components/entry.py similarity index 100% rename from ocarina/entry.py rename to ocarina/components/entry.py diff --git a/ocarina/pbar.py b/ocarina/components/pbar.py similarity index 100% rename from ocarina/pbar.py rename to ocarina/components/pbar.py diff --git a/ocarina/info.py b/ocarina/info.py index 32869034..ae02f97e 100644 --- a/ocarina/info.py +++ b/ocarina/info.py @@ -168,8 +168,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