diff options
author | Philipp Klaus <philipp.klaus@gmail.com> | 2015-02-18 15:35:01 +0100 |
---|---|---|
committer | Philipp Klaus <philipp.klaus@gmail.com> | 2015-02-18 15:44:57 +0100 |
commit | 7ace94b0230e9acd85097c1812840250d551015c (patch) | |
tree | f6160399877b1b4f8ba022ce799346362df082ea /gerber/tests/test_cam.py | |
parent | 0e98a3f0d451795b302a299fe801eb7ece8f735f (diff) | |
download | gerbonara-7ace94b0230e9acd85097c1812840250d551015c.tar.gz gerbonara-7ace94b0230e9acd85097c1812840250d551015c.tar.bz2 gerbonara-7ace94b0230e9acd85097c1812840250d551015c.zip |
Make gerber.render a package & fix more relative import statements
Diffstat (limited to 'gerber/tests/test_cam.py')
-rw-r--r-- | gerber/tests/test_cam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerber/tests/test_cam.py b/gerber/tests/test_cam.py index 6296cc9..00a8285 100644 --- a/gerber/tests/test_cam.py +++ b/gerber/tests/test_cam.py @@ -4,7 +4,7 @@ # Author: Hamilton Kibbe <ham@hamiltonkib.be> from ..cam import CamFile, FileSettings -from tests import * +from .tests import * def test_filesettings_defaults(): |