Changeset 2053

Show
Ignore:
Timestamp:
02/27/07 16:01:28 (1 year ago)
Author:
ErikRose
Message:

WikiWygPlugin:

Fixed a bug where none of our static resources could be got.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wikiwygplugin/0.11/wikiwyg/wikiwyg.py

    r2052 r2053  
    1717    def get_htdocs_dirs(self): 
    1818        """Provide the static JavaScript files, CSS, etc.""" 
    19         yield '', resource_filename(__name__, 'htdocs') 
     19        yield 'wikiwyg', resource_filename(__name__, 'htdocs') 
    2020     
    2121