Rename network2 to network.

This commit is contained in:
Jakub Warmuz
2015-06-22 04:52:08 +00:00
parent aa6faadb5c
commit 71a01d139c
10 changed files with 33 additions and 38 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class AuthHandler(object):
:ivar network: Network object for sending and receiving authorization
messages
:type network: :class:`letsencrypt.network2.Network`
:type network: :class:`letsencrypt.network.Network`
:ivar account: Client's Account
:type account: :class:`letsencrypt.account.Account`