Skip to content

Commit

Permalink
Track windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Hakim committed Apr 12, 2013
1 parent b99b71c commit e9d325e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ def get_system_stats():
version = platform.uname()[2]
systemStats['fbsdV'] = ('freebsd', version, '') # no codename for FreeBSD

elif sys.platform == 'win32':
systemStats['winV'] = platform.win32_ver()

return systemStats


Expand Down

0 comments on commit e9d325e

Please sign in to comment.