adulau / Forban

Forban is a p2p application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search or share files. Forban relies on HTTP and it is "opportunistic".
http://www.foo.be/forban/
134 stars 24 forks source link

Ease up usage of Forban on systems with python 2.x and 3.x #24

Closed khanku closed 11 years ago

khanku commented 11 years ago

On systems using python 3.x this allows one to run forban (eg. 'python2 bin/forbanctl start') without having to edit the file and hard-code 'python2' in there.

adulau commented 11 years ago

Good idea. Thanks for the patch.