Browse Source

Router python 3 compatiblity

Thomas Wajs 10 năm trước cách đây
mục cha
commit
b0b78bfaa4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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