Skip to content

Commit 2eb918d

Browse files
Alejandro InfanteAlejandro Infante
Alejandro Infante
authored and
Alejandro Infante
committed
Change imports.
1 parent f227448 commit 2eb918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pharo_hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import threading
55
import json
66
import sys
7-
import pharo_hooks_globals
7+
from . import pharo_hooks_globals
88

99
class ThreadedFlask():
1010
def __init__(self, flaskApp, port):

0 commit comments

Comments
 (0)