Removes bin/hackertray since we are now using entry_points

This commit is contained in:
Abhay Rana 2013-11-28 20:46:26 +05:30
parent 0f080b2194
commit c6db92367e
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env python
from hackertray import HackerNewsApp
import hackertray
indicator = HackerNewsApp()
hackertray.main()