mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Perish Evil Revelry and Lamentation.
This commit is contained in:
parent
75acc9ca1c
commit
986c100735
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
package main;
|
||||
|
||||
$mydir = `pwd`;
|
||||
chop $mydir;
|
||||
unshift(@INC, $mydir);
|
||||
|
||||
require "python.perl";
|
||||
|
||||
1; # sheesh....
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue