Use symbolic constant rather than literal value

This commit is contained in:
Nathaniel Manista
2016-02-16 23:04:52 +00:00
parent 82445c31e5
commit 5f799aa16b

View File

@@ -10,14 +10,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Test Package set up."""
import oauth2client.util
"""Test package set-up."""
from oauth2client import util
__author__ = 'afshar@google.com (Ali Afshar)'
def setup_package():
"""Run on testing package."""
oauth2client.util.positional_parameters_enforcement = 'EXCEPTION'
util.positional_parameters_enforcement = util.POSITIONAL_EXCEPTION