diff options
| author | Simeon Simeonov | 2015-04-13 23:15:39 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-04-13 23:15:39 +0200 |
| commit | d606cbfc4932dd67cdb272a32e8103998fd3312a (patch) | |
| tree | ec9c794c77ea755722d8f1ce5444cf8e90b38d0f /beinc_server.py | |
| parent | cde83e91609d513f445efb7696b32edce81293dc (diff) | |
beinc_server_xmlrpc.py and version 2.0 started. Cosmetic changes in beinc_server.py
Diffstat (limited to 'beinc_server.py')
| -rwxr-xr-x | beinc_server.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/beinc_server.py b/beinc_server.py index 894eeb2..d079384 100755 --- a/beinc_server.py +++ b/beinc_server.py | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
| 2 | # -*- coding: utf-8 -*- | 2 | # -*- coding: utf-8 -*- |
| 3 | 3 | ||
| 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v1.0 | 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v1.1 |
| 5 | # Copyright (C) 2013-2015 Simeon Simeonov | 5 | # Copyright (C) 2013-2015 Simeon Simeonov |
| 6 | 6 | ||
| 7 | # This program is free software: you can redistribute it and/or modify | 7 | # This program is free software: you can redistribute it and/or modify |
| @@ -23,7 +23,6 @@ import errno | |||
| 23 | import getpass | 23 | import getpass |
| 24 | import json | 24 | import json |
| 25 | import os | 25 | import os |
| 26 | import random | ||
| 27 | import sys | 26 | import sys |
| 28 | 27 | ||
| 29 | import cherrypy | 28 | import cherrypy |
| @@ -46,7 +45,7 @@ except ImportError as e: | |||
| 46 | 45 | ||
| 47 | 46 | ||
| 48 | __author__ = 'Simeon Simeonov' | 47 | __author__ = 'Simeon Simeonov' |
| 49 | __version__ = '1.0' | 48 | __version__ = '1.1' |
| 50 | __license__ = 'GPL3' | 49 | __license__ = 'GPL3' |
| 51 | 50 | ||
| 52 | 51 | ||
