Kaydet (Commit) 317c480c authored tarafından Tim Graham's avatar Tim Graham

Removed some u'' prefixes to fix Python 3.2.

üst 4169d469
......@@ -91,8 +91,8 @@ class LoaderTests(TestCase):
self.assertEqual(
migration_loader.graph.forwards_plan(("migrations", "0001_initial")),
[
('contenttypes', u'0001_initial'),
('auth', u'0001_initial'),
('contenttypes', '0001_initial'),
('auth', '0001_initial'),
("migrations", "0001_initial"),
],
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment