~ubuntu-branches/ubuntu/karmic/gaphor/karmic

« back to all changes in this revision

Viewing changes to gaphor/tests/test_storage.py

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-19 15:15:36 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080119151536-na1m28u12o8xah8i
Tags: 0.12.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Force use of python2.4 to match zope3
* debian/rules: added a rm -rf for .egg directories to clean target to remove
  them

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
"""
4
4
 
5
5
import os
6
 
from testcase import TestCase
 
6
from gaphor.tests.testcase import TestCase
7
7
from gaphor import UML
8
8
from gaphor.UML.elementfactory import ElementFactory
9
9
from gaphor.application import Application