Skip to content

Commit

Permalink
Rename parser.py to avoid conflicting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Li committed Feb 9, 2018
1 parent 6ae3725 commit bd9b1ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caj2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import argparse
from subprocess import call
from parser import CAJParser
from cajparser import CAJParser
from utils import add_outlines

if __name__ == "__main__":
Expand Down
File renamed without changes.

0 comments on commit bd9b1ee

Please sign in to comment.