Changeset 2516

Show
Ignore:
Timestamp:
11/19/08 14:32:56 (7 weeks ago)
Author:
bzr
Message:

handyTech braille display driver: The name "Handy Tech" should contain a space.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-11-19 21:36:20.410000086 +1000 
         1timestamp: 2008-11-20 00:32:02.549000025 +1000 
        22committer: James Teh <jamie@jantrid.net> 
        33properties:  
    • Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
      •  

        old new  
        2852852313 jamie@jantrid.net-20081119002903-qad2w6vrs43u1x09 
        2862862314 jamie@jantrid.net-20081119113620-dz3izx839k8dy7z0 
         2872315 jamie@jantrid.net-20081119143202-ybvjifczhpjl9ldo 
    • Property bzr:file-ids
      •  

        old new  
        1 source/logHandler.py    1366@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2FlogObj.py 
         1source/brailleDisplayDrivers/handyTech.py       handytech.py-20080908070031-15dxcuiuxfazjt1r-3 
  • trunk/source/brailleDisplayDrivers/handyTech.py

    r2463 r2516  
    1919 
    2020class BrailleDisplayDriver(braille.BrailleDisplayDriver): 
    21         """HandyTech braille display driver. 
     21        """Handy Tech braille display driver. 
    2222        """ 
    2323        name = "handyTech" 
    24         description = _("HandyTech braille displays") 
     24        description = _("Handy Tech braille displays") 
    2525 
    2626        @classmethod