Fix function in FakeModule.

main
Olivier Mangin 8 years ago
parent ce3ed1e52f
commit 92fb403871

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

Loading…
Cancel
Save