From: Tilman Sauerbeck Date: Sun, 8 Apr 2007 11:16:30 +0000 (+0200) Subject: Load evas module manually. X-Git-Tag: embrace-0.1.0~6 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=c7dc0398140c0865242b9932769e40deb7b86288 Load evas module manually. --- diff --git a/bin/embrace b/bin/embrace index 88a0b91..77e57a9 100755 --- a/bin/embrace +++ b/bin/embrace @@ -17,6 +17,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +require "evas" require "ecore" require "ecore_x" require "ecore_evas"