aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/language/websockets.py')
-rw-r--r--libpathod/language/websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/language/websockets.py b/libpathod/language/websockets.py
index 3cc4adb0..728edff7 100644
--- a/libpathod/language/websockets.py
+++ b/libpathod/language/websockets.py
@@ -1,6 +1,6 @@
import netlib.websockets
-import contrib.pyparsing as pp
+import pyparsing as pp
from . import base, generators, actions, message
"""