Remove swear words from source code
This commit is contained in:
parent
9de8b6634c
commit
577bbf14b6
10 changed files with 22 additions and 26 deletions
|
@ -1,10 +1,10 @@
|
|||
# The tests rely on a lot of absolute paths and other garbage so this file
|
||||
# The tests rely on a lot of absolute paths so this file
|
||||
# configures all of that
|
||||
|
||||
music_folder = u'/home/rudi/music'
|
||||
o_path = u'/home/rudi/throwaway/ACDC_-_Back_In_Black-sample-64kbps.ogg'
|
||||
watch_path = u'/home/rudi/throwaway/fucking_around/watch/',
|
||||
real_path1 = u'/home/rudi/throwaway/fucking_around/watch/unknown/unknown/ACDC_-_Back_In_Black-sample-64kbps-64kbps.ogg'
|
||||
watch_path = u'/home/rudi/throwaway/watch/',
|
||||
real_path1 = u'/home/rudi/throwaway/watch/unknown/unknown/ACDC_-_Back_In_Black-sample-64kbps-64kbps.ogg'
|
||||
opath = u"/home/rudi/Airtime/python_apps/media-monitor2/tests/"
|
||||
ppath = u"/home/rudi/Airtime/python_apps/media-monitor2/media/"
|
||||
|
||||
|
@ -12,4 +12,3 @@ api_client_path = '/etc/airtime/api_client.cfg'
|
|||
# holdover from the time we had a special config for testing
|
||||
sample_config = api_client_path
|
||||
real_config = api_client_path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue