More robust and stable
[ussd-widget] / ussd-common / src / usr / lib / python2.5 / gsmdecode.py
index 20f0b35..924c24a 100644 (file)
@@ -1,12 +1,3 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published
-## by the Free Software Foundation; version 2 and higer.
-##
-## Martin Grimme (martin.grimme # gmail.com) 2010
-
-
 LANG_DE = 0x0
 LANG_EN = 0x1
 LANG_IT = 0x2
@@ -240,7 +231,6 @@ def _decode_general_data_coding(s, h, l):
     elif (alphabet == 0x2):
         # USC2 (16 bit, BE)
         return _decode_usc2(s)
-        
     elif (alphabet == 0x3):
         # reserved
         return s