~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bernd Schlapsi
  • Date: 2012-01-02 12:27:21 UTC
  • Revision ID: brot@gmx.info-20120102122721-fcs9xtyb26m6faju
correct some error in setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        ('share/dbus-1/services', ['unity-lens-sshsearch.service']),
16
16
        ('lib/unity-lens-sshsearch', ['unity-lens-sshsearch.py']),
17
17
        ('lib/unity-lens-sshsearch', ['unity-lens-sshsearch.png']),
18
 
    ]),
19
 
    cmdclass={"build": build_extra.build_extra, })
 
18
    ],
 
19
    cmdclass={"build": build_extra.build_extra, }
 
20
)
20
21
 
21
22
#os.system('setsid unity')