Browse Source

Router python 3 compatiblity

Thomas Wajs 10 years ago
parent
commit
b0b78bfaa4
1 changed files with 1 additions and 0 deletions
  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