Skip to content

Commit

Permalink
Rename files to include 'parser' in them
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Jan 9, 2013
1 parent d0e0f7b commit a3c785f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion tcx.py → tcxparser.py
@@ -1,4 +1,8 @@
from lxml import objectify, etree
"Simple parser for Garmin TCX files."

from lxml import objectify

__version__ = '0.1.0'


class TcxParser:
Expand Down
2 changes: 1 addition & 1 deletion test_tcx.py → test_tcxparser.py
@@ -1,5 +1,5 @@
import unittest
from tcx import TcxParser
from tcxparser import TcxParser


class TestParseTcx(unittest.TestCase):
Expand Down

0 comments on commit a3c785f

Please sign in to comment.