Package phones :: Module com_moto_gsm
[hide private]
[frames] | no frames]

Source Code for Module phones.com_moto_gsm

 1  ### BITPIM 
 2  ### 
 3  ### Copyright (C) 2007 Roger Binns <rogerb@bitpim.org> 
 4  ### 
 5  ### This program is free software; you can redistribute it and/or modify 
 6  ### it under the terms of the BitPim license as detailed in the LICENSE file. 
 7  ### 
 8  ### $Id: com_motov710.py 3460 2006-07-08 23:55:09Z djpham $ 
 9   
10  """Base functionality for Motorola GSM phones""" 
11   
12  import com_moto 
13   
14 -class Phone(com_moto.Phone):
15 pass
16
17 -class Profile(com_moto.Profile):
18 pass
19