diff options
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 | ||
