# HG changeset patch # User Jeff Hammel # Date 1273249659 25200 # Node ID cbd471e0146f6c004801141fe5348112922094a4 # Parent 09a2666999fa5f5a72cd761cb33ee2bcab294b1b the variable profiles, not the string diff -r 09a2666999fa -r cbd471e0146f profilemanager/tests/test.py --- 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]'