Skip to content

Commit

Permalink
CLN: remove extra_commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-lauer committed Jun 13, 2024
1 parent 69ebbe2 commit ccece1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
2 changes: 0 additions & 2 deletions docs/api/pytao.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
::: pytao.Tao
::: pytao.interface_commands
::: pytao.tao_ctypes.extra_commands
3 changes: 0 additions & 3 deletions pytao/tao_ctypes/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def __init__(self, init='', so_lib=''):
# we try to autogenerate it will complain about the broken
# interface_commands file.

from pytao import interface_commands
from pytao.tao_ctypes import extra_commands

# Library needs to be set.
self.so_lib_file = None
if so_lib == '':
Expand Down
66 changes: 0 additions & 66 deletions pytao/tao_ctypes/extra_commands.py

This file was deleted.

0 comments on commit ccece1f

Please sign in to comment.