asl97 - 2013-09-19

forgot to add that it python,

import platform
print(str(platform.linux_distribution()))

here a output from fedora 19:
('Fedora', '19', 'Schrödinger’s Cat')