Python Forum
import statement query - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: import statement query (/thread-13804.html)



usage of code from central repo - saisankalpj - Oct-30-2018

I have deployed a SDK of mine in Central repository.I am now asked to use that SDK in my code.Could anyone brief me about the steps to be followed in order to use the SDK in my code


RE: usage of code from central repo - micseydel - Oct-30-2018

What do you mean by "Central repository"? How did you deploy to it in the first place? As-is, your post isn't one that we're likely to be able to answer.


import statement query - saisankalpj - Nov-01-2018

i have a code in my local machine and i need to use a part of the code in a central repo.so how do i use the local code in the central repo


RE: import statement query - micseydel - Nov-01-2018

I've merged your duplicate thread into your first one. We'd be happy to help, but you have to elaborate. (If you create another duplicate thread, you'll begin accruing warning points.)


RE: import statement query - nilamo - Nov-01-2018

Does importing it not work?