Skip to content

Commit

Permalink
Moved some stuff down to a more logical position
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Feb 8, 2011
1 parent 6e1b6e7 commit af7ce57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions diff_file_maps.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
def file_map(user): def file_map(user):
file_map = { file_map = {
'richo': { 'richo': {
_P('~/code/home/bin/_mv_mp3'): 'mp3_player/_mv_mp3', _P('~/code/home/bin/_mv_mp3'): 'blog/mp3_player/_mv_mp3',
_P('~/code/home/bin/mvmusic'): 'mp3_player/mvmusic' _P('~/code/home/bin/mvmusic'): 'blog/mp3_player/mvmusic'
}, },
'samurai': { 'samurai': {


Expand Down

0 comments on commit af7ce57

Please sign in to comment.