* some module comments

This commit is contained in:
Eray Özkural
2005-06-10 14:00:01 +00:00
parent 0ceb1b0b7b
commit 9c9a1faf8b
4 changed files with 5 additions and 4 deletions
+1 -4
View File
@@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# download magic
# python standard library modules
import urlparse
@@ -130,6 +130,3 @@ class Progress:
else:
return 0
if __name__ == "__main__":
print "hububat fiyatları.."
exit(0)
+1
View File
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# PISI configuration (static and dynamic)
lib_dir = "/var/lib/pisi"
db_dir = "/var/db/pisi"
+1
View File
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# read/write PISI source package specification file
import xml.dom.minidom
from xmlfile import XmlFile
+2
View File
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# misc. utility functions, including process and file utils
import os
import sys
import string