Changeset 1483

Show
Ignore:
Timestamp:
07/05/08 02:08:49 (3 months ago)
Author:
thijs
Message:

cosmetic update

Location:
pyamf/trunk/pyamf/tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/tests/gateway/test_django.py

    r1429 r1483  
    1414from django import http 
    1515 
    16 import pyamf 
    1716from pyamf import remoting, util 
    1817from pyamf.remoting.gateway import django as _django 
  • pyamf/trunk/pyamf/tests/test_amf0.py

    r1481 r1483  
    867867            'version\x00?\xf0\x00\x00\x00\x00\x00\x00\x00\ntotalCount\x00@' 
    868868            '\x08\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\t') 
     869         
    869870    def test_decode(self): 
    870871        stream = util.BufferedByteStream()