Skip to content

Commit ad6f462

Browse files
committed
Delete git modules
1 parent 1aef911 commit ad6f462

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
import tkinter.filedialog
55
import tkinter.messagebox
66
import tkinter.ttk
7-
from modules.pyBjson import convertBjsonToJson
7+
from pyBjson import convertBjsonToJson
88
import json
99
import threading
1010
from functools import partial
1111
import sys, os, argparse
12-
from modules.pyBjson.utils import uint_to_bytes, int_to_bytes, float_to_bytes
12+
from pyBjson.utils import uint_to_bytes, int_to_bytes, float_to_bytes
1313

1414
VERSION = "v1.0.2-dev"
1515

modules/pyBjson

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)