Skip to content

Commit

Permalink
#84 Change import pattern for EList
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguez-facundo committed Nov 6, 2019
1 parent a1f8dcf commit aa16da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_geppetto/websocket_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import logging

from jupyter_geppetto import settings
from pyecore.valuecontainer import EList
from pyecore.ecore import EList
from pygeppetto.api.message_handler import GeppettoMessageHandler
from tornado.websocket import WebSocketHandler

Expand Down

0 comments on commit aa16da3

Please sign in to comment.