Skip to content

Commit

Permalink
Update software ver of paramiko
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 28, 2015
1 parent 1dbfcf5 commit e7c316d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pyth_ans_ecourse/class2/ex1b_libraries.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
$ python
Python 2.7.9 (default, Apr 1 2015, 18:18:03)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on linux2
Python 2.7.10 (default, Aug 11 2015, 23:39:10)
[GCC 4.8.3 20140911 (Red Hat 4.8.3-9)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import pysnmp
>>>
>>> import paramiko
>>>

>>> pysnmp.__version__
'4.2.5'
>>>
>>> paramiko.__version_info__
(1, 15, 2)

>>> paramiko.__version__
'1.15.3'

0 comments on commit e7c316d

Please sign in to comment.