Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 3a1f9d3637f3247d5d88534895c3fa55 > files > 20

emacs-pymacs-0.25-4.fc20.noarch.rpm

# -*- coding: utf-8 -*-
import sys
import os.path
import string
from Pymacs import lisp


sys.path.append(".")


interactions = {}

def testVectors():
    # Test vectors
    # Returns something like ["a" "b"] which is a emacs lisp vector
    return ("a", "b")



def installPymacsMenu():
    pass


interactions[testVectors]=''
interactions[installPymacsMenu]=''