Skip to content

Commit e8167a8

Browse files
authored
Merge pull request #387 from boriel/feature/zxnext-arch
Remove duplicated zxnext arch files
2 parents b9268c2 + ea24ae1 commit e8167a8

76 files changed

Lines changed: 5 additions & 14663 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

arch/zxnext/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
# -*- coding: utf-8 -*-
33
# vim:ts=4:et:sw=4:
44

5-
from . import beep
6-
from .translator import * # noqa
5+
from ..zx48k import beep
6+
from ..zx48k.translator import * # noqa
7+
from ..zx48k import backend # noqa
8+
from ..zx48k import optimizer # noqa
9+
710

811
import api.global_
912
from api.constants import TYPE

0 commit comments

Comments
 (0)