Moved tests to separate folder

This commit is contained in:
Samuel Vasko 2017-03-03 21:26:12 +00:00
parent bd3f842af2
commit ff9e16c6a7
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python2
"""Decodes toml and outputs it as tagged JSON"""
import datetime
import json

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
"""Decodes toml and outputs it as JSON"""
import toml_test
import toml