Show
Ignore:
Timestamp:
06/15/08 00:10:54 (7 months ago)
Author:
thijs
Message:

pylint fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/tests/remoting/test_client.py

    r1427 r1432  
    3636 
    3737        x = client.ServiceMethodProxy(None, None) 
    38         ts = TestService(x, [1,2,3]) 
     38        ts = TestService(x, [1, 2, 3]) 
    3939        x.service = ts 
    4040 
    41         x(1,2,3) 
     41        x(1, 2, 3) 
    4242 
    4343    def test_str(self):