Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pybot/__init__.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-03-03 19:48:39 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-03-03 19:48:39 (GMT)
commit3d65986ed32533933eb0f996107285027cc39a71 (patch)
tree137a3e714da79d2a7e753694136230b67ac61658 /pybot/__init__.py
parente54494fe25e5968175d719caab82c860b7afbbb7 (diff)
add pybot
Diffstat (limited to 'pybot/__init__.py')
-rwxr-xr-xpybot/__init__.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/pybot/__init__.py b/pybot/__init__.py
new file mode 100755
index 0000000..d908414
--- /dev/null
+++ b/pybot/__init__.py
@@ -0,0 +1,27 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2012-2013 Butiá Team butia@fing.edu.uy
+# Butia is a free and open robotic platform
+# www.fing.edu.uy/inco/proyectos/butia
+# Facultad de Ingeniería - Universidad de la República - Uruguay
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+import os
+import sys
+# Make sure that can import all files
+sys.path.insert(0, os.path.dirname(__file__))
+