~fboucault/moovida/merged_core_plugins

« back to all changes in this revision

Viewing changes to elisa/core/launcher.py

  • Committer: Florian Boucault
  • Date: 2009-11-17 00:08:16 UTC
  • Revision ID: florian@boucault.net-20091117000816-sfr762p2f5jo3feq
Windows build files: removed references to elisa-core and elisa-plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    win_library_paths = ['.', 
45
45
            r'deps\bin',
46
46
            r'deps\lib\site-packages\pywin32_system32']
47
 
    win_python_paths = ['elisa-core',
 
47
    win_python_paths = [
48
48
            r'deps\lib',
49
49
            r'deps\lib\site-packages',
50
50
            r'deps\lib\site-packages\gtk-2.0',