Changeset 223

Show
Ignore:
Timestamp:
Thu Jan 12 06:46:26 2006
Author:
giovannibajo
Message:

Fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/crypt/Build.py

    r220 r223  
    311 311     return cachedfile  
    312 312  
    313   UNCOMPRESSED, COMPRESSED = range(3)  
      313 UNCOMPRESSED, COMPRESSED = range(2)  
    313 313 class PKG(Target):  
    314 314     typ = 'PKG'