Skip to content

Commit

Permalink
Update task_27_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pyneng authored Aug 15, 2019
1 parent 858b50c commit 117f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/27_oop_inheritance/task_27_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Для этого в методе __init__ должен сначала вызываться метод __init__ класса BaseSSH, а затем выполняться переход в режим enable.
In [2]: from task_27_1 import BaseSSH
In [2]: from task_27_1 import CiscoSSH
In [3]: r1 = CiscoSSH(**device_params)
Expand Down

0 comments on commit 117f805

Please sign in to comment.