app/soc/modules/ghop/logic/__init__.py
changeset 2403 92cfd29a363d
parent 2400 5992e2033ca2
equal deleted inserted replaced
2402:c4958af14634 2403:92cfd29a363d
     9 # Unless required by applicable law or agreed to in writing, software
     9 # Unless required by applicable law or agreed to in writing, software
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 # See the License for the specific language governing permissions and
    12 # See the License for the specific language governing permissions and
    13 # limitations under the License.
    13 # limitations under the License.
    14  
    14 
    15 """This is the GHOP Logic module.
    15 """This is the GHOP Logic module.
    16 """
    16 """
    17  
       
    18 __authors__ = [
       
    19   '"Lennard de Rijk" <ljvderijk@gmail.com>',
       
    20   ]