浏览代码

Add missing print_function import

Dave Hirschfeld 8 年之前
父节点
当前提交
7cb0244a40
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      jupyterlab/labextensions.py

+ 2 - 0
jupyterlab/labextensions.py

@@ -3,6 +3,8 @@
 
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
+from __future__ import print_function
+
 import os
 import sys