IOT_ENT autotest fails while importing test class

1. IOT_ENT autotest runs on oc_release builds fails while importing
WifiManagerTest
2. The issue is a syntax error at the second arg of function call
_gather_local_info(self, *args, gather_into=None, **kwargs).
3. This error occurs on python2, which is also the autotest's python
version.
4. Interestingly, this error is not seen on other test servers.
5. According to this stackoverflow link, the **kwargs and *args should
be last and second to last args in a function call.
http://stackoverflow.com/questions/18453290/funcargs-kwargs-x-throwing-invalid-syntax

Bug: 37551059
Test: Verified the fix on python2 and python3
Change-Id: I0fb4819cb33094204e8ed817894689d3cc7710b4
(cherry picked from commit fd2be53fc4d7d228354297dbbbb8f578d5f81502)
1 file changed
tree: d7cf13526afcf26d1ae027c0e4180bc98f4f630c
  1. acts/
  2. tools/
  3. Android.mk
  4. PREUPLOAD.cfg