Fix import error

refactor
Hamilton Kibbe 2014-10-06 11:50:38 -04:00
rodzic 597427d785
commit e565624b81
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
)