Fix function in FakeModule.

This commit is contained in:
Olivier Mangin 2017-05-12 23:22:05 -04:00
parent ce3ed1e52f
commit 92fb403871

View File

@ -6,7 +6,7 @@ except ImportError:
class FakeModule:
@staticmethod
def _fun(**kwargs):
def _fun(*args, **kwargs):
pass
def __getattr__(self, _):