浏览代码

Router python 3 compatiblity

Thomas Wajs 10 年之前
父节点
当前提交
b0b78bfaa4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rest_framework_bulk/routes.py

+ 1 - 0
rest_framework_bulk/routes.py

@@ -1,3 +1,4 @@
+from __future__ import unicode_literals, print_function
 import copy
 from rest_framework.routers import DefaultRouter, SimpleRouter