Skip to content

Commit 2659d14

Browse files
committed
Fixing _meta access test for python3
1 parent 3427e47 commit 2659d14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/input/func_noerror_proteted_meta_access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
and https://docs.djangoproject.com/en/1.9/ref/models/meta/)
77
"""
88
# pylint: disable=C0111,W5101,W5103
9+
from __future__ import print_function
910
from django.db import models
1011

1112

0 commit comments

Comments
 (0)