Move ipython_view to gajim.dev and exclude it from tarball
This commit is contained in:
parent
03955a68cf
commit
30424b364a
|
@ -2515,7 +2515,7 @@ class Interface:
|
|||
@staticmethod
|
||||
def create_ipython_window():
|
||||
try:
|
||||
from gajim.ipython_view import IPythonView
|
||||
from gajim.dev.ipython_view import IPythonView
|
||||
except ImportError:
|
||||
print('ipython_view not found')
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue