Thread
:
Writing a first plugin
View Single Post
06-30-2012, 06:25 AM
#
27
kovidgoyal
creator of calibre
Posts: 45,389
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You can import anything from one file into another, with the only caveat being to avoid circular imports at the global level. That means if you import something from file X into file Y, do not also import something else from file Y into file X.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS