1
0
mirror of https://github.com/captn3m0/hackertray.git synced 2025-01-20 04:26:30 +00:00

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,5 +0,0 @@
#!/usr/bin/env python
from hackertray import HackerNewsApp
import hackertray
indicator = HackerNewsApp()
hackertray.main()