Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
open-ovf
python2.6.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python2.6.patch of Package open-ovf
Index: open-ovf-0.1/py/ovf/Ovf.py =================================================================== --- open-ovf-0.1.orig/py/ovf/Ovf.py +++ open-ovf-0.1/py/ovf/Ovf.py @@ -16,7 +16,7 @@ Module for interfacing to an OVF and XML """ import os -import sha +import hashlib from xml.dom import Node def createTextDescriptionOfNodeList(nodeList): @@ -589,7 +589,7 @@ def sha1sumFile(path): else: fd = path - digested = sha.new() + digested = hashlib.sha1() while 1: buf = fd.read(4096) if buf == "":
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor