PEP8 cleanups, unused imports cleanups

This commit is contained in:
Roberto Rosario
2014-06-29 14:14:27 -04:00
parent 904ff92cf1
commit ecb6733cd4
53 changed files with 92 additions and 189 deletions

View File

@@ -17,7 +17,7 @@ def namespace_list(request):
Installation().get_properties()
return render_to_response('generic_list.html', {
'object_list': PropertyNamespace.get_all(),
'object_list': PropertyNamespace.get_all(),
'title': _(u'installation property namespaces'),
'hide_object': True,
}, context_instance=RequestContext(request))