Minor code cleanup

This commit is contained in:
Bernardo Damele
2011-02-08 00:02:54 +00:00
parent 2c4f6d2e99
commit 0a81415f2f
6 changed files with 57 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ def get_pagerank(url):
if rank == '':
rank = '0'
return rank
def int_str(string, integer, factor):
for i in range(len(string)) :
integer *= factor