Move emulator back into package directory.

This commit is contained in:
cfreksen 2017-10-31 19:52:08 +01:00
parent 072d704439
commit e7638887fd
No known key found for this signature in database
GPG Key ID: EAC13EE101008978
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ This module is the one that should be run, e.g.::
import argparse
import llvm_emulator.stepper as stepper
import llvm_emulator.parser as parser
from llvm_emulator import stepper, parser
def main():