소스 검색

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