From: travisutk Date: Sat, 15 Jun 2013 22:12:32 +0000 (+0000) Subject: Python 3.2 for the rewritten Facedancer clients. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=f89ac90c389c244a33e7b5dd20090bf588763291;hp=acaa4017ae85cb1b15d743202094602d98ab078d;ds=sidebyside Python 3.2 for the rewritten Facedancer clients. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1598 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/facedancer-keyboard.py b/client/facedancer-keyboard.py index 85c8678..549d1b1 100755 --- a/client/facedancer-keyboard.py +++ b/client/facedancer-keyboard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3.2 # # usb-test.py diff --git a/client/facedancer-monitor.py b/client/facedancer-monitor.py index 40b9a5e..1edc152 100755 --- a/client/facedancer-monitor.py +++ b/client/facedancer-monitor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3.2 # # monitor-test.py