Jelajahi Sumber

Router python 3 compatiblity

Thomas Wajs 10 tahun lalu
induk
melakukan
b0b78bfaa4
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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