Show
Ignore:
Timestamp:
02/11/08 01:51:58 (11 months ago)
Author:
ArcRiley
Message:

fixed indentation (my fault)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/src/_internals/soy._internals.pyx

    r854 r858  
    3535 
    3636IF UNAME_SYSNAME == "Windows": 
    37     cimport windows 
    38     include "_sleep-win32.pxi" 
    39     include "_time-win32.pxi" 
     37  cimport windows 
     38  include "_sleep-win32.pxi" 
     39  include "_time-win32.pxi" 
    4040ELSE: 
    41     cimport posix 
    42     include "_sleep-posix.pxi" 
    43     include "_time-posix.pxi" 
     41  cimport posix 
     42  include "_sleep-posix.pxi" 
     43  include "_time-posix.pxi"