]> git.parisson.com Git - deefuzzer.git/commit
Lots of style fixes
authorachbed <github@achbed.org>
Mon, 26 Jan 2015 23:41:42 +0000 (17:41 -0600)
committerachbed <github@achbed.org>
Mon, 26 Jan 2015 23:41:42 +0000 (17:41 -0600)
commitd813dd8d18aa12c406ca0c234596cdd7ec84fb71
tree7935de1600ff878ee4b217dd2b69e8bc9e5caf8d
parentedb4b03659f86d41f1e69cfc8243591257f2121a
Lots of style fixes
Also:
  Fixes for a few "using unset variable" cases
  Began removing calls to .has_key() (depreciated)
  Fixed reference issue on raiseErrors flag (should have been self.raiseErrors)

Signed-off-by: achbed <github@achbed.org>
20 files changed:
deefuzzer/core.py
deefuzzer/station.py
deefuzzer/streamer.py
deefuzzer/tools/PyRSS2Gen.py
deefuzzer/tools/mp3.py
deefuzzer/tools/ogg.py
deefuzzer/tools/xmltodict.py
deefuzzer/tools/xmltodict2.py
scripts/osc/osc_jingles_start.py
scripts/osc/osc_jingles_stop.py
scripts/osc/osc_player_fast.py
scripts/osc/osc_player_next.py
scripts/osc/osc_player_slow.py
scripts/osc/osc_record_start.py
scripts/osc/osc_record_stop.py
scripts/osc/osc_relay_start.py
scripts/osc/osc_relay_stop.py
scripts/osc/osc_twitter_start.py
scripts/osc/osc_twitter_stop.py
setup.py