stefan pushed a commit to branch master.

http://git.enlightenment.org/admin/release-management.git/commit/?id=1c037ea266e9307d1c8ff8139c8d75bffccc9f64

commit 1c037ea266e9307d1c8ff8139c8d75bffccc9f64
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Mon Apr 13 14:28:29 2015 +0200

    distros: Make sure indent is always tabs in this python file
---
 distributions_versions_fetch_script.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distributions_versions_fetch_script.py 
b/distributions_versions_fetch_script.py
index d0217d2..1681f7c 100755
--- a/distributions_versions_fetch_script.py
+++ b/distributions_versions_fetch_script.py
@@ -21,8 +21,8 @@ def scrap_page(url, xpath, pkg_name_prefix):
        tree = html.fromstring(html_page.text)
        html_text = tree.xpath(xpath)[0] # use first node
        pkgversion = grep_version_string(html_text, pkg_name_prefix)
-       if pkgversion != None:
-               return pkgversion
+       if pkgversion != None:
+               return pkgversion
        return None
 
 def main():

-- 


Reply via email to