From a5677cfe8d6dfc43fdd761aec13c353014be1295 Mon Sep 17 00:00:00 2001 From: Alexandr Popov Date: Sat, 28 Mar 2009 00:38:00 +0300 Subject: [PATCH] create top-level agent --- src/core.py | 5 +++++ src/core.py~ | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 src/core.py create mode 100644 src/core.py~ diff --git a/src/core.py b/src/core.py new file mode 100644 index 0000000..ac84f39 --- /dev/null +++ b/src/core.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +# -*-coding: utf-8 -*- +# vim: sw=4 ts=4 expandtab ai + + diff --git a/src/core.py~ b/src/core.py~ new file mode 100644 index 0000000..82a3d3f --- /dev/null +++ b/src/core.py~ @@ -0,0 +1,4 @@ +#!/usr/bin/env python +# -*-coding: utf-8 -*- +# vim: sw=4 ts=4 expandtab ai + -- 1.7.9.5