﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10988,No module named hours_layout_changer error,charlesbo,Russ Tyndall,"I am using [browser:/timingandestimationplugin/branches/trac0.12-Permissions].

But I see below error in my trac.log after installation. When checking source code, I see 

{{{
from hours_layout_changer import HoursLayoutChanger, TicketPropsLayoutChanger
}}}

in `api.py,` but couldn't find `hours_layout_changer` anywhere, did I do anything wrong?

{{{
2013-03-30 09:43:48,739 Trac[loader] DEBUG: Loading simplemultiproject from /usr/local/lib/python2.7/dist-packages/SimpleMultiProject-0.0.3dev_r12675-py2.7.egg
2013-03-30 09:43:48,744 Trac[loader] DEBUG: Loading timingandestimationplugin from /usr/local/lib/python2.7/dist-packages/timingandestimationplugin-1.3.4b-py2.7.egg
2013-03-30 09:43:48,759 Trac[loader] ERROR: Skipping ""timingandestimationplugin = timingandestimationplugin"": 
Traceback (most recent call last):
  File ""build/bdist.linux-i686/egg/trac/loader.py"", line 68, in _load_eggs
    entry.load(require=True)
  File ""/usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py"", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File ""build/bdist.linux-i686/egg/timingandestimationplugin/__init__.py"", line 1, in <module>
  File ""build/bdist.linux-i686/egg/timingandestimationplugin/api.py"", line 21, in <module>
ImportError: No module named hours_layout_changer
}}}",defect,closed,normal,TimingAndEstimationPlugin,normal,fixed,,,1.0
