"Jorge L." Wrote in message:
(please post in text mode, as html carries a number of problems in
a text list like this one)
class Server(object)
def __init__(self, name)
self.name = name
def some_operation(self)
# stuff to be done with JLI
To avoid duplicated work: This a cross posting of a SE question:
http://programmers.stackexchange.com/questions/246161/object-attribute-needed-at-package-level-with-python
Let's consider the following scenario.
We have a Python 2.7 package which serves as a library for some scripting
projects. W