Changes between Initial Version and Version 1 of Ticket #1246, comment 18


Ignore:
Timestamp:
2011-01-02T01:31:29Z (13 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1246, comment 18

    initial v1  
    66{{{
    77from twisted.trial import unittest
    8 from twisted.internet import utils
     8import subprocess, sys
    99
    1010# TODO: move these to common or common_util
     
    4646""" % (pycryptopp_version,))
    4747}}}
     48
     49[Edited to fix an import error.]