Skip to content

Commit

Permalink
Merge pull request #559 from simondeziel/drop-deprecated-code
Browse files Browse the repository at this point in the history
Remove code deprecated in early 2016
  • Loading branch information
tomponline committed Sep 11, 2023
2 parents fb501c0 + c24f809 commit 274cc17
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 2,720 deletions.
4 changes: 2 additions & 2 deletions pylxd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# License for the specific language governing permissions and limitations
# under the License.

from pkg_resources import get_distribution
from importlib.metadata import version

from pylxd.client import Client, EventType

__all__ = ["Client", "EventType"]

__version__ = get_distribution("pylxd").version
__version__ = version("pylxd")
Empty file removed pylxd/deprecated/__init__.py
Empty file.
316 changes: 0 additions & 316 deletions pylxd/deprecated/api.py

This file was deleted.

20 changes: 0 additions & 20 deletions pylxd/deprecated/base.py

This file was deleted.

37 changes: 0 additions & 37 deletions pylxd/deprecated/certificate.py

This file was deleted.

Loading

0 comments on commit 274cc17

Please sign in to comment.