Skip to content

Commit b8c12cc

Browse files
committed
fix path
1 parent 4436fec commit b8c12cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hologram/PPP/PPP.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import psutil
1111
from Hologram.PPP.pppd import PPPConnection
1212
from Hologram.PPP import IPPP
13-
from Hologram.Util.Route import Route
13+
from Hologram.Utils.Route import Route
1414
from Hologram.Exceptions.HologramError import PPPError
1515

1616
DEFAULT_PPP_TIMEOUT = 200

0 commit comments

Comments
 (0)