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

Source Code for Module phones.p_motok1m

 1  # THIS FILE IS AUTOMATICALLY GENERATED.  EDIT THE SOURCE FILE NOT THIS ONE 
 2   
 3  """Various descriptions of data specific to Motorola V3c phones""" 
 4   
 5  from prototypes import * 
 6  from prototypes_moto import * 
 7  from p_etsi import * 
 8  from p_moto import * 
 9  from p_motov710 import * 
10   
11  PB_TOTAL_ENTRIES=1000 
12  PB_RANGE=xrange(1,PB_TOTAL_ENTRIES+1) 
13  # System files in the WP subdir that are not wallpapers/images 
14  WP_EXCLUDED_FILES=frozenset(['..dir.dat', 'amthumb.db', 
15                               'customer_closing.gif', 
16                               'customer_opening.gif']) 
17   
18  RT_PATH='motorola/shared/ringtone' 
19  SND_PATH='motorola/shared/audio' 
20  OBEX_Filename_Prefix='motorola/shared/' 
21  OBEX_Filename_Prefix_Len=len(OBEX_Filename_Prefix) 
22 -def OBEXName(filename):
23 if filename.startswith(OBEX_Filename_Prefix): 24 return filename[OBEX_Filename_Prefix_Len:] 25 raise ValueError
26