• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision37c4c3e731e4870181edcaca408bb5a68cb169b5 (tree)
Zeit2011-02-14 20:23:36
Autorlorenzo
Commiterlorenzo

Log Message

I had forgotten to import some modules.

Ändern Zusammenfassung

Diff

diff -r e1ea339f1dd4 -r 37c4c3e731e4 Python-codes/pcap2gml_and_mapping.py
--- a/Python-codes/pcap2gml_and_mapping.py Mon Feb 14 11:16:16 2011 +0000
+++ b/Python-codes/pcap2gml_and_mapping.py Mon Feb 14 11:23:36 2011 +0000
@@ -9,6 +9,10 @@
99
1010 from sociopatterns.loader import TagMapping
1111
12+import string
13+import scipy as s
14+
15+
1216 M = TagMapping()
1317
1418 f = open('tag_mapping_high_presence.dat')