Merge "Remove usage of ordereddict"
This commit is contained in:
@@ -15,10 +15,7 @@
|
||||
# under the License.
|
||||
|
||||
import argparse
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from ordereddict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
import hashlib
|
||||
import logging
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user