-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 693c8f0
committed
Actually import set_encoding into the main module
Previously, `set_encoding` was only available from
`gssapi._utils`. However, `gssapi._utils` was not
intended for external use, while `set_encoding` is
intended for external use.
Now, `set_encoding` is available from the main
`gssapi` module.1 parent b5b8f38 commit 693c8f0
1 file changed
+2
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
10 | + | ||
9 | 11 |
|
0 commit comments