1
0
mirror of https://github.com/Melon-Bread/EagleJab synced 2024-11-24 20:28:19 -05:00

Removed system import

This commit is contained in:
Rain Clark 2015-04-29 18:18:16 -04:00
parent 68812ced41
commit 68afcc270e

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
import os, platform, argparse, socket, sys, struct, easygui import os, argparse, socket, sys, struct, easygui
# New & improved args parsing # New & improved args parsing
parser = argparse.ArgumentParser(description='Sends .CIA files to the 3DS via FBI') parser = argparse.ArgumentParser(description='Sends .CIA files to the 3DS via FBI')