]> icculus.org git repositories - duncan/yast2-ruby-bindings.git/blob - src/swig/ycp.rb
Allows for a different mporting
[duncan/yast2-ruby-bindings.git] / src / swig / ycp.rb
1 # -----------------------------------------------------------------------\
2 # |                                                                      |
3 # |                      __   __    ____ _____ ____                      |
4 # |                      \ \ / /_ _/ ___|_   _|___ \                     |
5 # |                       \ V / _` \___ \ | |   __) |                    |
6 # |                        | | (_| |___) || |  / __/                     |
7 # |                        |_|\__,_|____/ |_| |_____|                    |
8 # |                                                                      |
9 # |                                                                      |
10 # | ruby language support                              (C) Novell Inc.   |
11 # \----------------------------------------------------------------------/
12 #
13 # Author: Duncan Mac-Vicar <dmacvicar@suse.de>
14 #
15 # This program is free software; you can redistribute it and/or
16 # modify it under the terms of the GNU General Public License
17 # as published by the Free Software Foundation; either version
18 # 2 of the License, or (at your option) any later version.
19 #
20
21 ENV['LD_LIBRARY_PATH'] = "/usr/lib/YaST2/plugin"
22
23 # Load the native part (.so)
24 require 'ycpx'