This commit is contained in:
Sanj 2011-06-21 02:39:45 +05:30
parent 0acd66bee6
commit 8fe621d14d

View File

@ -8,6 +8,7 @@ def make_really_big(value, m):
>>>make_really_big("40px", 4)
>>>160px
"""
m = m + 1
v = str(value).strip()
if v[-2:] == 'px':
no = int(value.replace("px", "")) * m