Modernize common/djangoapps/util- INCR-203 (#20437)

This commit is contained in:
Evans Dianga
2019-05-07 09:53:17 -04:00
committed by Michael Youngstrom
parent 0063c6f3e7
commit 391b91b99a
21 changed files with 90 additions and 37 deletions

View File

@@ -1,6 +1,8 @@
"""
Utility functions related to databases.
"""
from __future__ import absolute_import
import random
# TransactionManagementError used below actually *does* derive from the standard "Exception" class.
# pylint: disable=nonstandard-exception