summaryrefslogtreecommitdiffstats
path: root/lib/e17.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/e17.rb')
-rw-r--r--lib/e17.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/e17.rb b/lib/e17.rb
deleted file mode 100644
index a1e19cc..0000000
--- a/lib/e17.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /usr/bin/env ruby
-# -*- coding: UTF-8 -*-
-#
-#
-module E17
- autoload :EINA, './lib/e17/eina.rb'
- autoload :EET, './lib/e17/eet.rb'
- autoload :EVAS, './lib/e17/evas.rb'
- autoload :ECORE, './lib/e17/ecore.rb'
- autoload :EDJE, './lib/e17/edje.rb'
- autoload :ELM, './lib/e17/elementary.rb'
-end
-#
-# EOF