From f242f79868dbd80ea319e2ae97bb44ba11270400 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 16 Feb 2016 09:41:47 +0100 Subject: Core/utils: autopep8 --- miasm2/analysis/sandbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis') diff --git a/miasm2/analysis/sandbox.py b/miasm2/analysis/sandbox.py index aae8aac1..5132406c 100644 --- a/miasm2/analysis/sandbox.py +++ b/miasm2/analysis/sandbox.py @@ -164,7 +164,7 @@ class OS_Win(OS): ALL_IMP_DLL = ["ntdll.dll", "kernel32.dll", "user32.dll", "ole32.dll", "urlmon.dll", "ws2_32.dll", 'advapi32.dll', "psapi.dll", - ] + ] modules_path = "win_dll" def __init__(self, custom_methods, *args, **kwargs): -- cgit 1.4.1