Skip to content

Commit 5654285

Browse files
committed
fix nova path and move single file dirs down
1 parent 5d9320a commit 5654285

File tree

6 files changed

+2
-5
lines changed

6 files changed

+2
-5
lines changed
File renamed without changes.

Hologram/Api/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

Hologram/Exceptions/__init__.py

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

Hologram/Modem/UBlox/NovaM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# LICENSE: Distributed under the terms of the MIT License
99
#
1010

11-
from Hologram.Modem.Nova import Nova
11+
from Hologram.Modem.UBlox.Nova import Nova
1212
from Hologram.Event import Event
1313
from Hologram.Exceptions.HologramError import NetworkError
1414
from Hologram.Utils import ModemResult

Hologram/Modem/UBlox/Nova_U201.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# LICENSE: Distributed under the terms of the MIT License
99
#
1010

11-
from Hologram.Modem.Nova import Nova
11+
from Hologram.Modem.UBlox.Nova import Nova
1212
from Hologram.Exceptions.HologramError import SerialError
1313
from Hologram.Event import Event
1414
from Hologram.Utils import Location

0 commit comments

Comments
 (0)