def setup_all():
     _.new_name = 'leño'
     _.playlist_name = 'playlist'
     _.existing_name = 'roña'
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     create_playlist(_.mountpoint_path, _.playlist_name)
     create_playlist(_.mountpoint_path, _.existing_name)
Пример #2
0
 def setup_all():
     _.new_name = 'leño'
     _.playlist_name = 'playlist'
     _.existing_name = 'roña'
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     create_playlist(_.mountpoint_path, _.playlist_name)
     create_playlist(_.mountpoint_path, _.existing_name)
Пример #3
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
Пример #4
0
 def setup_all():
     _.playlist_name = 'playlist'
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
Пример #5
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
Пример #6
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     populate_ipod(_.mountpoint_path, _.songs)
     _.execution = _.env.run(*_.cmd + ['pull'])
Пример #7
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     populate_ipod(_.mountpoint_path, _.songs)
     _.execution = _.env.run(*_.cmd + ['pull'])