setup.py: set import refs
authorRobin Krens <robin@robinkrens.nl>
Thu, 15 Feb 2024 10:05:25 +0000 (11:05 +0100)
committerRobin Krens <robin@robinkrens.nl>
Thu, 15 Feb 2024 10:05:25 +0000 (11:05 +0100)
src/RAConnect.py
src/RAFlasher.py

index 90ee332..eb00868 100644 (file)
@@ -19,7 +19,7 @@ import sys
 import time
 import usb.core
 import usb.util
-from RAPacker import *
+from src.RAPacker import *
 
 MAX_TRANSFER_SIZE = 2048 + 6 # include header and footer
 
index ebee8ef..823e9e6 100644 (file)
@@ -21,8 +21,8 @@ import time
 import argparse
 import tempfile
 from tqdm import tqdm
-from RAConnect import *
-from RAPacker import *
+from src.RAConnect import *
+from src.RAPacker import *
 
 VENDOR_ID = 0x045B
 PRODUCT_ID = 0x0261