Changes between Initial Version and Version 1 of Ticket #1246, comment 18
- Timestamp:
- 2011-01-02T01:31:29Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1246, comment 18
initial v1 6 6 {{{ 7 7 from twisted.trial import unittest 8 from twisted.internet import utils8 import subprocess, sys 9 9 10 10 # TODO: move these to common or common_util … … 46 46 """ % (pycryptopp_version,)) 47 47 }}} 48 49 [Edited to fix an import error.]