Skip to content

Commit d98961e

Browse files
committed
Moved constants in the top package
See #32
1 parent 5a55251 commit d98961e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

javaobj/deserialize/beans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from typing import Any, Dict, List, Optional, Set
2929
import logging
3030

31-
from . import constants
31+
from .. import constants
3232
from .stream import DataStreamReader
3333
from ..modifiedutf8 import decode_modified_utf8
3434

javaobj/deserialize/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import os
3232
import struct
3333

34-
from . import constants
34+
from .. import constants
3535
from .beans import (
3636
ParsedJavaContent,
3737
BlockData,

0 commit comments

Comments
 (0)