summaryrefslogtreecommitdiffstats
path: root/lib/e17.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-20 15:24:11 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-20 15:24:11 +0200
commit9a7cd18cd11e0f435443c62fa68871768b98d248 (patch)
tree1e34d56e4f5ad7cd1908ab6155cbcd7fc60bdee5 /lib/e17.rb
parent5a5e81dbf79ca4967b150ea4930255a2398ccab4 (diff)
downloadffi-efl-9a7cd18cd11e0f435443c62fa68871768b98d248.zip
ffi-efl-9a7cd18cd11e0f435443c62fa68871768b98d248.tar.gz
ffi-e17 renamed to ffi-efl
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