PyXR

c:\projects\bitpim\src \ phones \ com_moto_gsm.py



0001 ### BITPIM
0002 ###
0003 ### Copyright (C) 2007 Roger Binns <rogerb@bitpim.org>
0004 ###
0005 ### This program is free software; you can redistribute it and/or modify
0006 ### it under the terms of the BitPim license as detailed in the LICENSE file.
0007 ###
0008 ### $Id: com_motov710.py 3460 2006-07-08 23:55:09Z djpham $
0009 
0010 """Base functionality for Motorola GSM phones"""
0011 
0012 import com_moto
0013 
0014 class Phone(com_moto.Phone):
0015     pass
0016 
0017 class Profile(com_moto.Profile):
0018     pass
0019 

Generated by PyXR 0.9.4