Kaydet (Commit) fa0aba18 authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

fix deprecation warnnig

üst 2be26490
2009-11-02 Bahadır Kandemir <bahadir@pardus.org.tr>
* utility.py(execReply): Fix deprecation warning for execReply's
constructor.
2009-11-02 Bahadır Kandemir <bahadir@pardus.org.tr>
* api: Added .comar suffix to lock files.
......
......@@ -17,7 +17,7 @@ import subprocess
class execReply(int):
def __init__(self, value):
int.__init__(self, value)
super(execReply, self).__init__(value)
self.stdout = None
self.stderr = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment