Skip to content

Commit

Permalink
Merge pull request #85 from openworm/feature/84
Browse files Browse the repository at this point in the history
#84 Change import pattern for EList
  • Loading branch information
filippomc authored Dec 12, 2019
2 parents a1f8dcf + aa16da3 commit 980b691
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 980b691

Please sign in to comment.