diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-05-28 21:26:54 +0000 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-05-28 21:41:16 +0000 |
commit | 698c3e379fee75b0431b407e6aba573a66a035d2 (patch) | |
tree | 0766479be821052dbd251d53d6ffb30e89d17570 /example.py | |
parent | 20db9e375adfcc41a601bdb17a223421ed28c64c (diff) |
Add a README file
Diffstat (limited to 'example.py')
-rwxr-xr-x | example.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,11 +16,11 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -import VimperatorrcBuilder +from VimperatorrcBuilder import VimperatorrcBuilder def main(): # create an instance of the class we defined in VimperatorrcBuilder.py - builder = VimperatorrcBuilder.VimperatorrcBuilder() + builder = VimperatorrcBuilder() # add the bookmarks you wish builder.register_bookmark('a', 'www.archlinux.org') |