diff options
| author | Alex Launi <alex.launi@canonical.com> | 2012-04-10 19:36:02 -0400 |
|---|---|---|
| committer | Alex Launi <alex.launi@canonical.com> | 2012-04-10 19:36:02 -0400 |
| commit | fce1a784f30dfc3e911395f433af27e9a08e0c24 (patch) | |
| tree | 74e2c40def7783a61753891248613859a6d22dd8 /tests/autopilot | |
| parent | 51b3dae1b4b3d43a33aa0a11abfad485a9ff0e25 (diff) | |
remove Gio and Glib in globals.py
(bzr r2254.6.7)
Diffstat (limited to 'tests/autopilot')
| -rw-r--r-- | tests/autopilot/autopilot/globals.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/autopilot/autopilot/globals.py b/tests/autopilot/autopilot/globals.py index 114071c22..647739a02 100644 --- a/tests/autopilot/autopilot/globals.py +++ b/tests/autopilot/autopilot/globals.py @@ -1,10 +1,5 @@ from compizconfig import Context -# Importing gi.repository in the test was causing testtools to fail to run the tests. -# This is a work -gio = Gio -glib = GLib - global_context = Context() # this can be set to True, in which case tests will be recorded. |
