Skip to content

Commit

Permalink
move all font files to fonts/
Browse files Browse the repository at this point in the history
  • Loading branch information
KayvanMazaheri committed Oct 8, 2016
1 parent ee79241 commit b231943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysorter/filetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def impossible(match, path):
(r'\.jad$', 'javame/jads/'),
(r'\.fnt$', 'fonts/'),
(r'\.fon$', 'fonts/'),
(r'\.otf$', 'fonts/open_type/'),
(r'\.ttf$', 'fonts/true_type/'),
(r'\.otf$', 'fonts/'),
(r'\.ttf$', 'fonts/'),
(r'\.gmx$', 'games/aoe_saved_games/'),
(r'\.asb$', 'misc/hymn_assembler/'),
(r'\.adr$', 'opera/addressbook_backups/'),
Expand Down

0 comments on commit b231943

Please sign in to comment.