Fix import error

This commit is contained in:
Hamilton Kibbe 2014-10-06 11:50:38 -04:00
parent 597427d785
commit e565624b81

View file

@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from ..statements import (
from ..gerber_statements import (
CommentStmt, UnknownStmt, EofStmt, ParamStmt, CoordStmt, ApertureStmt
)