viewgit/index.php:465 Only variables should be passed by reference [2048]
viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]
#!/usr/bin/env python # -*- coding: utf-8 -*- # from distutils.core import setup setup(name = 'pywhoisd', version = '0.1', description = 'pywhois daemon', author = 'Leonardo Robol', author_email = 'leo@robol.it', url = 'http://poisson.phc.unipi.it/~robol/wordpress/pywhoisd/', py_modules = [ 'pywhois', 'ipcalc' ], data_files = [('/etc/init.d', ['pywhois']), ('/etc', ['pywhoisd.conf', 'pywhoisd.db']), ('/usr/bin', ['pywhoisd.py']) ], )