Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
Fixed test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Martín committed Mar 15, 2013
1 parent 8571a72 commit 6f19521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
from datCrawl import *
from requirements import *
from test.requirements import *


class datCrawlBaseTests(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion test/test_crawlers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
from datCrawl import *
from requirements import *
from test.requirements import *


class datCrawlCrawlerTests(unittest.TestCase):
Expand Down

0 comments on commit 6f19521

Please sign in to comment.