Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions parsetab/tabs.dbm.bak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'zxbppparse', (0, 69188)
'zxbppparse', (0, 69185)
'asmparse', (69632, 250690)
'zxnext_asmparse', (320512, 281648)
'zxbparser', (602624, 707013)
'zxbparser', (602624, 707985)
Binary file modified parsetab/tabs.dbm.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions parsetab/tabs.dbm.dir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'zxbppparse', (0, 69188)
'zxbppparse', (0, 69185)
'asmparse', (69632, 250690)
'zxnext_asmparse', (320512, 281648)
'zxbparser', (602624, 707013)
'zxbparser', (602624, 707985)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages
from collections import defaultdict

import version
from zxb import version


def get_files(folders):
Expand Down
2 changes: 1 addition & 1 deletion tests/cmdline/test_zxb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

import pytest
import zxb
from zxb import zxb
import os

PATH = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))
Expand Down
Loading