Files
freeipa/ipalib
Christian Heimes 87904b8f6b Fix ipa console filename
THe ipa console command takes an optional filename argument. The
filename argument was broken, because the implementation passed a file
object to exec() instead of a string or compiled object.

ipa console now uses compile() to compile the code with print_function
__future__ feature.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2018-07-12 18:19:34 +02:00
..
2015-09-01 11:42:01 +02:00
2016-11-24 15:46:40 +01:00
2018-07-12 18:19:34 +02:00
2017-11-21 16:13:28 +01:00
2017-02-17 10:22:07 +01:00
2017-10-25 09:46:41 +02:00
2018-07-05 19:45:10 +02:00
2016-10-20 18:43:37 +02:00
2018-07-05 19:46:42 +02:00