From 68afcc270e8a7790f1ffdd5ad6d260fc89273e46 Mon Sep 17 00:00:00 2001 From: Rain Clark Date: Wed, 29 Apr 2015 18:18:16 -0400 Subject: [PATCH] Removed system import --- FalconPunch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FalconPunch.py b/FalconPunch.py index 2dfca4c..64de13b 100644 --- a/FalconPunch.py +++ b/FalconPunch.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -import os, platform, argparse, socket, sys, struct, easygui +import os, argparse, socket, sys, struct, easygui # New & improved args parsing parser = argparse.ArgumentParser(description='Sends .CIA files to the 3DS via FBI')