mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Poprawki post-merge. Nowy silnik liczb losowych.
Dodane zagubione pliki
This commit is contained in:
@@ -53,7 +53,7 @@ TPythonInterpreter::killInstance() {
|
||||
|
||||
bool TPythonInterpreter::loadClassFile( std::string const &lookupPath, std::string const &className )
|
||||
{
|
||||
std::set<std::string const>::const_iterator it = _classes.find(className);
|
||||
std::set<std::string>::const_iterator it = _classes.find(className);
|
||||
if (it == _classes.end())
|
||||
{
|
||||
FILE *sourceFile = _getFile(lookupPath, className);
|
||||
|
||||
Reference in New Issue
Block a user