[jhbuild] [tarball] do not import md5 module, as it is already loaded as hashlib
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [tarball] do not import md5 module, as it is already loaded as hashlib
- Date: Sat, 18 Jul 2009 11:22:05 +0000 (UTC)
commit bdce30377d8b28ef174bae5224accfaf67f78f98
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date: Sat Jul 18 13:20:31 2009 +0200
[tarball] do not import md5 module, as it is already loaded as hashlib
jhbuild/versioncontrol/tarball.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/versioncontrol/tarball.py b/jhbuild/versioncontrol/tarball.py
index 3ca89c9..939c5d7 100644
--- a/jhbuild/versioncontrol/tarball.py
+++ b/jhbuild/versioncontrol/tarball.py
@@ -21,7 +21,6 @@ __all__ = []
__metaclass__ = type
import os
-import md5
try:
import hashlib
except ImportError:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]