Update import

This commit is contained in:
ibuler
2016-10-20 19:01:57 +08:00
parent 67ecc108bd
commit 6b161d5971
5 changed files with 8 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
#
from __future__ import absolute_import, unicode_literals
from rest_framework import serializers
import models
from . import models
class ProxyLogSerializer(serializers.ModelSerializer):