Merge "Use built-in function setattr() directly"

This commit is contained in:
Jenkins 2016-01-22 09:23:35 +00:00 committed by Gerrit Code Review
commit d502f1c728

View File

@ -15,7 +15,6 @@
# under the License.
"""Model classes that form the core of instances functionality."""
from __builtin__ import setattr
from datetime import datetime
from datetime import timedelta
import re