From d69db63132e920ae3e6aec4ed2c28cd4ae827835 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 5 Nov 2015 09:14:36 +0100 Subject: [PATCH] [new] started to implement a new package containing modules for location purposes featuring different external location programs like NonLinLoc --- pylot/core/loc/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pylot/core/loc/__init__.py diff --git a/pylot/core/loc/__init__.py b/pylot/core/loc/__init__.py new file mode 100644 index 00000000..faa18be5 --- /dev/null +++ b/pylot/core/loc/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*-