Skip to content

Commit

Permalink
python3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@debian32 committed Jun 1, 2011
1 parent 29b1e46 commit 4299302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uwsgiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ def get_gcll(self):
else:
uver_custom = uver_whole[1]

uver_dots = uver_whole[0].split('.')
uver_dots = uver_whole[0].split('.')

uver_base = uver_dots[0]
uver_base = uver_dots[0]
uver_maj = uver_dots[1]
uver_min = '0'
uver_rev = '0'
Expand Down

0 comments on commit 4299302

Please sign in to comment.