changeset 49:cbd471e0146f

the variable profiles, not the string
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 May 2010 09:27:39 -0700
parents 09a2666999fa
children 4cd6fc940407
files profilemanager/tests/test.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/profilemanager/tests/test.py	Fri May 07 09:26:32 2010 -0700
+++ b/profilemanager/tests/test.py	Fri May 07 09:27:39 2010 -0700
@@ -35,5 +35,5 @@
 # Cleanup:
 manager.remove('testprofile')
 assert manager.list() == []
-f = file('profiles', 'w')
+f = file(profiles, 'w')
 print >> f, '[General]'