]> git.parisson.com Git - deefuzzer.git/commitdiff
last before tagging
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 23 Dec 2009 23:55:06 +0000 (23:55 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 23 Dec 2009 23:55:06 +0000 (23:55 +0000)
README
install.py

diff --git a/README b/README
index a846e13cd76b6eb888f36dd408ef2bfaa823f40f..54e5d63a6e0aa87918112cb2ce477c68f8c1da5a 100644 (file)
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ Here are the main features of the DeeFuzzer Tools:
  * Auto Twitter posting of the current playing tracks
  * Jingling between main tracks
  * OSC controller : control the main functions from a distant terminal
- * Station relay : stream other stations like *LIVE* sessions !
+ * Station relaying : stream other stations like *LIVE* sessions !
  * Very light and optimized streaming process
 
 It is neccessary to provide a config file which sets all needed parameters
index ad901022033b8a85134fa2507546c6d5be4979b3..c0059027936759c64870d8e8b3442e921240ea8b 100644 (file)
@@ -39,6 +39,7 @@
 # ONLY FOR LINUX / UNIX
 
 import os, sys
+import platform
 
 if len(sys.argv) == 1:
     install_dir = '/usr/share/deefuzzer/'