diff options
Diffstat (limited to 'boot/boot.py')
| -rwxr-xr-x | boot/boot.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/boot.py b/boot/boot.py index ed191f0..5291ea2 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding: utf-8-*- import os import sys @@ -37,6 +38,7 @@ sys.path.append(lib_path) import speaker as speak speaker = speak.newSpeaker() + def testConnection(): try: urllib2.urlopen("http://www.google.com").getcode() |
