Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gitrust committed May 31, 2024
1 parent 7d38f2c commit b4f0785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scpformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SCP section and attribute formatter
"""

from scputil import b2i, b2s, bdecode, lead_dic
from scputil import b2i, b2s, b2b, bdecode, lead_dic


class Section1TagsFormatter:
Expand Down
1 change: 1 addition & 0 deletions scputil.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import struct

def b2s(bytes):
if len(bytes) != 2:
Expand Down

0 comments on commit b4f0785

Please sign in to comment.