Hi,

Tried to remove a trackster visualization in the latest galaxy-dist and got this error:

Error Traceback:

View as:   Interactive  |  Text  |  XML (full)
 NameError: global name 'util' is not defined
URL: http://srv151/visualization/list?f-sharing=All&sort=-update_time&f-tags=All&operation=Delete&f-title=All&id=f2db41e1fa331b3e
Module weberror.evalexception.middleware:364 in respond          view
>>  app_iter = self.application(environ, detect_start_response)
Module paste.debug.prints:98 in __call__          view
>>  environ, self.app)
Module paste.wsgilib:539 in intercept_output          view
>>  app_iter = application(environ, replacement_start_response)
Module paste.recursive:80 in __call__          view
>>  return self.application(environ, start_response)
Module galaxy.web.framework.middleware.remoteuser:91 in __call__          view
>>  return self.app( environ, start_response )
Module paste.httpexceptions:632 in __call__          view
>>  return self.application(environ, start_response)
Module galaxy.web.framework.base:160 in __call__          view
>>  body = method( trans, **kwargs )
Module galaxy.web.framework:94 in decorator          view
>>  return func( self, trans, *args, **kwargs )
Module galaxy.webapps.galaxy.controllers.visualization:320 in list          view
>>  ids = util.listify( kwargs['id'] )
NameError: global name 'util' is not defined



Extra Features
>>Display the lines of code near each part of the traceback
Show a debug prompt to allow you to directly debug the code at the traceback