[tor-bugs] #8837 [arm]: AttributeError: 'module' object has no attribute 'to_camel_case'

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 7 11:58:37 UTC 2013


#8837: AttributeError: 'module' object has no attribute 'to_camel_case'
---------------------+------------------------------------------------------
 Reporter:  gsathya  |          Owner:  atagar
     Type:  defect   |         Status:  new   
 Priority:  normal   |      Milestone:        
Component:  arm      |        Version:        
 Keywords:           |         Parent:        
   Points:           |   Actualpoints:        
---------------------+------------------------------------------------------
 {{{
 arm :: (master) » ./arm
 ~/arm 1 ↵
 Traceback (most recent call last):
   File "./src/starter.py", line 478, in <module>
 cli.controller.startTorMonitor(time.time() - initTime)
   File "/home/gsathya/arm/src/cli/controller.py", line 564, in
 startTorMonitor    curses.wrapper(drawTorMonitor, startTime)
   File "/usr/lib/python2.6/curses/wrapper.py", line 43, in wrapper
 return func(stdscr, *args, **kwds)
   File "/home/gsathya/arm/src/cli/controller.py", line 635, in
 drawTorMonitor    cli.menu.menu.showMenu()
   File "/home/gsathya/arm/src/cli/menu/menu.py", line 80, in showMenu
 menu = cli.menu.actions.makeMenu()
   File "/home/gsathya/arm/src/cli/menu/actions.py", line 27, in makeMenu
 baseMenu.add(makeViewMenu())
   File "/home/gsathya/arm/src/cli/menu/actions.py", line 93, in
 makeViewMenu
     label = " / ".join([str_tools.to_camel_case(panel.getName()) for panel
 in pagePanels])
 AttributeError: 'module' object has no attribute 'to_camel_case'
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8837>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list