Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/frame/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/frame/__init__.py')
-rw-r--r--src/jarabe/frame/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jarabe/frame/__init__.py b/src/jarabe/frame/__init__.py
index b3e4b80..8732b96 100644
--- a/src/jarabe/frame/__init__.py
+++ b/src/jarabe/frame/__init__.py
@@ -14,13 +14,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-from jarabe.frame.frame import Frame
-
_view = None
def get_view():
+ from jarabe.frame.frame import Frame
+
global _view
if not _view:
_view = Frame()