diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2021-02-04 19:49:50 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-05 02:33:38 +0000 |
commit | 925e90f48f1267ee3f4ec0eaacb341737d1baeb9 (patch) | |
tree | 6763be9bd38f6cf82dae89daf19f31433501a283 /SConstruct | |
parent | 83da96e969cd2b06677e441b2cb6e9cde229f026 (diff) | |
download | mongo-925e90f48f1267ee3f4ec0eaacb341737d1baeb9.tar.gz |
SERVER-35121 added verification of python requirements.txt.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index d70e0a7e6b2..4a585c15e17 100644 --- a/SConstruct +++ b/SConstruct @@ -1,4 +1,5 @@ # -*- mode: python; -*- + import atexit import copy import datetime |