Fixed console command init

This commit is contained in:
2010-01-26 17:26:48 +00:00
parent ee174ffa53
commit 03824fee6e

View File

@@ -14,7 +14,7 @@ license='GPLv2',
py_modules = [ 'tvorganise'],
entry_points = {
'console_scripts':[
'tvorganise = tvorganise:TvOrganise.main'
'tvorganise = tvorganise:TvOrganiser.main'
]
},